Search found 2 matches

by Indira
Mon Apr 14, 2008 11:20 am
Forum: General
Topic: epydoc exclude wxpython
Replies: 0
Views: 1319

epydoc exclude wxpython

I am using epydoc to document my wxPython (2.5)
application. The problem is that I can't seem to instruct Epydoc to not
also generate partial documentation of wxPython, which makes too much
verbiage for a user to wade through in order see the documentation of my
program.

For example, if my module ...
by Indira
Tue Apr 08, 2008 11:07 am
Forum: General
Topic: pdflatex.exe:host not found
Replies: 0
Views: 2895

pdflatex.exe:host not found

Hello Forum,

I have been using latex for quite sometime. I am using epydoc to generate the pdf file. When i compile the api.tex which is generated from the epydoc , i get an error:
"pdflatex.exe: Host not found" though the path is clearly mentioned in the (La)tex compiler.

Can anyone please tell ...