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:

pydoc does not like this file

2006-03-23 Thread Joram Agten
Hello please put me in CC   I'm trying pydoc as documentation for my projects but I have the following problem when runnig pydoc on my whole project there is also a file setup.py (from py2exe) but pydoc gives me the following for that file:   [D:\programming\trunk\tecap\joag\checkvalue]pyth