Using MySQL in Pydev Eclipse

Posted by Hossein on Stack Overflow See other posts from Stack Overflow or by Hossein
Published on 2010-05-05T16:36:18Z Indexed on 2010/05/05 16:38 UTC
Read the original article Hit count: 358

Filed under:
|
|
|
|

Hi, I am trying to access a MySQL database with python through Pydev Eclipse. I have installed the necessary files to access MysQL from python and I can access the database only when I write code in Python IDLE environment and run it from command prompt. However I am not able to run my applications from Pydev.

when I use this "import MysqlDB" i get an error, but in IDLE no errors and my code runs very smoothly. Does anyone know were the problem is? Thanks

© Stack Overflow or respective owner

Related posts about pydev

Related posts about python