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]python
c:\python24\Lib\pydoc.py -w .\setup.py
problem in .\setup.py - SystemExit: usage: pydoc.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: pydoc.py --help [cmd1 cmd2 ...]
or: pydoc.py --help-commands
or: pydoc.py cmd --help
problem in .\setup.py - SystemExit: usage: pydoc.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: pydoc.py --help [cmd1 cmd2 ...]
or: pydoc.py --help-commands
or: pydoc.py cmd --help
error: option -w not
recognized
there are no
statements or functions in that file, and also no
documentation
anybody has any
idea?
joram
setup.py
Description: setup.py
-- http://mail.python.org/mailman/listinfo/python-list