How to install pychecker?

Gerhard Häring gerhard at bigfoot.de
Thu Mar 21 08:29:16 EST 2002


Dale Strickland-Clark wrote in comp.lang.python:
> I thought I'd try this out.
> 
> In the absence of any instructions (that I can find) I tried unzipping
> it to a directory and running setup.py.
> 
> I got this:
> 
> C:\Program Files\pychecker-0.8.10>setup.py
> 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 am I supposed to do?

"python setup.py install", as with every Python package that uses
distutils.

Or read the comment at the top of the setup.py file ;-)

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    OpenPGP public key id AD24C930
public key fingerprint: 3FCC 8700 3012 0A9E B0C9  3667 814B 9CAA AD24 C930
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))



More information about the Python-list mailing list