Can't install csv parser
Skip Montanaro
skip at pobox.com
Tue Jul 15 15:52:10 EDT 2003
bogal> I tried this first; went to the suggested alternative second.
bogal> Here's what happens when I run setup.py:
bogal> C:\Python22\Lib\site-packages\csv>
bogal> python.exe C:\PYTHON22\LIB\SITE-P~1\CSV\SETUP.PY
bogal> usage: SETUP.PY [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
bogal> or: SETUP.PY --help [cmd1 cmd2 ...]
bogal> or: SETUP.PY --help-commands
bogal> or: SETUP.PY cmd --help
bogal> error: no commands supplied
Setup.py needs to know what of several things you want to do (just build the
package, build and install the package, build a distribution, etc). Try
this command:
python.exe C:\PYTHON22\LIB\SITE-P~1\CSV\SETUP.PY install
That should do any necessary building and install all the files.
Skip
More information about the Python-list
mailing list