The Artima Developer Community
Sponsored Link

Python Answers Forum
Python + SQLALchemy under WIndows

1 reply on 1 page. Most recent reply: Jan 17, 2007 10:15 PM by Christophe

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Wlodek Jeziorski

Posts: 1
Nickname: nockdown
Registered: Dec, 2006

Python + SQLALchemy under WIndows Posted: Dec 4, 2006 8:26 AM
Reply to this message Reply
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.


Christophe

Posts: 3
Nickname: mccricri
Registered: Jan, 2004

Re: Python + SQLALchemy under WIndows Posted: Jan 17, 2007 10:15 PM
Reply to this message Reply
Try this command line :
setup.py install

Flat View: This topic has 1 reply on 1 page
Topic: python this var, who joke Previous Topic   Next Topic Topic: MySQLdb module problem

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use