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 [EMAIL PROTECTED] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
