On Freitag, 17. Juli 2009, Re'em Fazio wrote: > Hi, > > I was wondering if there is an API file I can load which contain the > complete reference for all the Python object libraries. > I tried to load whatever was available in Eric4 (eric4.api, Python-2.5.api > and QScintilla2.api) but whenever I write a statement it never gives me the > option for the method's names. > > For example: > If I type something like: > > *import random > > foo = random. *<---- after the dot, I dont see the tool tip with all the > possible methods and classes I can use with random. > > I would appreciate if you can help me configure that so I can see the > tooltip. > > Thanks in advance, > Rob
The Python APIs are part of QScintilla and should be installed on your system. You may check the Python-2.5.api file, if it contains entries starting with random. Regards, Detlev -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
