Python + SQLALchemy under WIndows
Posted: Dec 4, 2006 8:26 AM
Advertisement
I have installed Python 2.5 on Windows 2000/XP and tryed to install SQLAlchemy 0.3.1 after installing setup tools I run setup.py (SQLALchemy instalation) and recive such message: >>> Traceback (most recent call last): File "C:\Python25\setup.py", line 45, in <module> "Topic :: Database :: Front-Ends", File "C:\Python25\lib\distutils\core.py", line 139, in setup raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg SystemExit: usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: no commands supplied >>> What should I change/repair to propeirly instal SQLALchemy under Windows. Thanks for any kind of help.