"Arun Tomar" <[EMAIL PROTECTED]> wrote
if i give the command for epydoc to generate the documentation it
gives the below mentioned errors:

epydoc helloworld/
 Error: Directory 'helloworld/' is not a package
 Error: Nothing left to document!

What happens if you don;t pass the trainiling slash:

epydoc helloworld

Alrternatively just make it a package by creating an init.py file as suggested by Marc

Alan G

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to