View Single Post
  #1  
Old 09-02-2006, 11:10 AM
pattie pattie is offline
Member
 
Join Date: Aug 2006
Posts: 32
Problem with database import

I am now trying to use the MySQL database with Vizard. I installed the MySQLdb module, which is the Python's interface API to MySQL.

When I run the command "import _mysql", I get the following error: "Module use of python24.dll conflicts with this version of Python".

Also, I run Vizard 2.5.

Note that when I run this command directly from the Python IDLE, it runs fine.

Thanks for your help!

Patrick
Reply With Quote