Hello,

I have a problem under Windows. I use the cli.py program included with 
epydoc. I wrote a small program that lists all of my modules after the 
cli. Something like this:

cli.py  --html  --inheritance=grouped module1.py module2.py module3.py 
......

The problem is that now I have so many modules that the shell (cmd.exe) 
cannot interpret this as a one command. It truncates the command line 
and gives me and error message. (cli.py does not start). Unfortunately, 
I cannot split the documentation into parts, because there are many 
crossreferences. How to overcome this problem?

  Les

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to