[Pydev-users] [pydev - Users] RE: Code completion for MySQLdb and minidom

2009-09-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7614499 By: fabioz Does MySQLdb work when you call from a python script inside eclipse? This usually means your pythonpath is not correct. Where is MySQLdb installed? If it works from the command line, you ca

[Pydev-users] [pydev - Users] RE: Code completion for MySQLdb and minidom

2009-09-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7611796 By: raulcleary What does the line "python has install MySQLdb lib" mean specifically. I'm having a problem even getting python to import MySQLdb in eclipse (with PyDev) even though "import MySQLdb" wor

[Pydev-users] [pydev - Users] RE: Code completion for MySQLdb and minidom

2008-10-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5399724 By: fabioz Usually, that happens when the static analysis is not able to gather enough information to display you this info. A common approach to solve that is adding the packages you want to the 'forc