Kodi Community Forum
Plugin and MySQL on windows - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Plugin and MySQL on windows (/showthread.php?tid=70650)



Plugin and MySQL on windows - bmillham - 2010-03-24

I have a plugin that connects to a mysql database. I've got it working fine in linux, but I can't figure out what files are needed to get things working with Windows.

I've got the MySQLdb and _mysql.pyd. I've got python installed on the system, and can connect to the database from a stand alone (not in xbmc) python script, but I can't get the plugin to work.

The error is: Module use of python26.dll conflicts with this version of python.

XBMC version is 9.11. What version of python is 9.11 using?


- jmarshall - 2010-03-24

2.4


- bmillham - 2010-03-24

jmarshall Wrote:2.4

Thanks, that explains my problem. Just curious, why such an old version of python?


- jmarshall - 2010-03-24

Because noone has taken the time to ensure an updated version will work on all platforms without issue.


- bmillham - 2010-03-24

Good reason Big Grin