[Eric] questions about eric autocompletion and the help viewer 2

detlev detlev at die-offenbachs.de
Sat Jul 10 10:42:02 BST 2010


On Donnerstag, 8. Juli 2010, kianwee chen wrote:
> I have manage to figure out how to enable the autocompletion, I installed
> add APIs from the installed APIs and so enable the autocompletion for the
> python functions. I would like to ask how would I be able to compile my own
> API so that i can have autocompletion even for my own created modules ?

The "Eric Assistant" plug-in extends A/C features and includes the project in 
the available APIs. Alternatively you may use the eric4-api.py script to 
generate API files from Python source code.

> 
> It seems like i still have some error signs here and there for e.g. when i
> click on helpviewer all series of error msg will appear
> 
>  QSqlDatabase: QSQLITE driver not loaded
> 
> QSqlDatabase: available drivers: QMYSQL3 QMYSQL
> 
> QSqlDatabase: QSQLITE driver not loaded
> QSqlDatabase: available drivers: QMYSQL3 QMYSQL

If you are using the latest release, that means, that your installation is 
missing the SQLite database driver, which is needed by the eric web browser. 
Please install that. If you are not using the latest release, you may have hit 
an issue related to the usage of the PyQt4 installer. Please upgrade to latest 
eric4 release.

> 
> 
> and the error msg when launching eric4 still persist
> 
> 
> Warning: translation file 'qt_en_SG'could not be loaded.
> Using default.
> Warning: translation file 'eric4_en_SG'could not be loaded.
> Using default.
> Warning: translation file 'qscintilla_en_SG'could not be loaded.

That simply means, that there is no language file available for your locale. 
You may safely ignore them or provide me with translations.

> 
> 
> btw I am using eric4 with linux ubuntu 10.0.4
> 
> 
> thanks kianwee
> 

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


More information about the Eric mailing list