easy_install.exe utils
....
ImportError: No module named db
easy_install.exe db
...
File "g:\Python32\lib\site-packages\setuptools\command\
easy_install.py", line 1069, in run_setup
run_setup(setup_script, args)
File "g:\Python32\lib\site-packages\setuptools\
sandbox.py", line 69, in run_setup
lambda: execfile(
File "g:\Python32\lib\site-packages\setuptools\
sandbox.py", line 120, in run
return func()
File "g:\Python32\lib\site-packages\setuptools\
sandbox.py", line 71, in <lambda>
{'__file__':setup_script, '__name__':'__main__'}
File "g:\Python32\lib\site-packages\setuptools\
compat.py", line 92, in execfile
exec_(compile(source, fn, 'exec'), globs, locs)
File "
setup.py", line 14
except IOError, e:
^
SyntaxError: invalid syntax