[Eric] creating api files from packages and modules on pythonpath

Detlev Offenbach detlev at die-offenbachs.de
Thu Feb 1 17:52:15 GMT 2007


On Thursday 01 February 2007 10:59, Flavio Coelho wrote:
> hi
>
> how can I create api files from packages and modules on pythonpath?
>
> I want to have autocompletion and call tips for them as well.
>
> thanks

If they are pure Python, you can use eric4-doc.py (or eric3-doc.py depending 
on your installation). If they include C-Extension modules, then you can try 
to use the gen-python-api script available via the extras page.

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de


More information about the Eric mailing list