<div dir="ltr">On Sat, Oct 18, 2008 at 6:45 AM, Arun Tomar <span dir="ltr">&lt;<a href="mailto:tomar.arun@gmail.com">tomar.arun@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
</div>I&#39;ve a pylons web application in the directory called helloworld.<br>
if i give the command for epydoc to generate the documentation it<br>
gives the below mentioned errors:<br>
<br>
&nbsp;epydoc helloworld/<br>
 &nbsp;Error: Directory &#39;helloworld/&#39; is not a package<br>
 &nbsp;Error: Nothing left to document!<br>
<br>
Can you guide me how can i accomplish this task.<br>
</blockquote></div><br>To turn a folder into a proper Python package, just create a file called &quot;__init__.py&quot;<br>The file can be empty - that&#39;s probably good enough to let epydoc work properly - but you can also add initialization and imports.&nbsp; <br>
<br>-- <br><a href="http://www.fsrtechnologies.com">www.fsrtechnologies.com</a><br>
</div>