Thanks!
On 2/1/07, Detlev Offenbach <[EMAIL PROTECTED]> wrote:
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.pydepending 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]
-- Flávio Codeço Coelho registered Linux user # 386432 --------------------------- "Laws are like sausages. It's better not to see them being made." Otto von Bismark
_______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
