[Eric] Are there any Python APIs for Eric4

Detlev Offenbach detlev at die-offenbachs.de
Fri Jul 17 16:45:43 BST 2009


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
detlev at die-offenbachs.de


More information about the Eric mailing list