RE: pydoc does not like this file

2006-03-24 Thread Joram Agten
al Message- From: Jesus Rivero - (Neurogeek) [mailto:[EMAIL PROTECTED] Sent: Thursday, 23 March, 2006 19:47 To: Joram Agten Cc: python-list@python.org Subject: Re: pydoc does not like this file -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hmmm guess -w should be after python and not after py

Re: pydoc does not like this file

2006-03-23 Thread Jesus Rivero - (Neurogeek)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hmmm guess -w should be after python and not after pydoc: python -w c:\python24\Lib\pydoc.py .\setup.py And i also guess you are missing a command after setup.py (if you are using py2exe, that must be the command you are looking for.) so try this: