On Sat, Oct 18, 2008 at 6:45 AM, Arun Tomar <[EMAIL PROTECTED]> wrote:

>
> I've a pylons web application in the directory called helloworld.
> 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!
>
> Can you guide me how can i accomplish this task.
>

To turn a folder into a proper Python package, just create a file called
"__init__.py"
The file can be empty - that's probably good enough to let epydoc work
properly - but you can also add initialization and imports.

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

Reply via email to