Any news on this? Is someone actively working on fixing the MySQLdb python module?
An ETA would be nice.
thanks
Any news on this? Is someone actively working on fixing the MySQLdb python module?
An ETA would be nice.
thanks
I realize its a low priority, but really... fixing the MySQLdb problem is not a big deal to do and it didn't get done for months now.
I'm asking you on the behalf of all the python lovers here, fix it... please.
Yes please fix it..Thanks
Moved to the correct forum.
kkenny - retired.
-Became a Moderator/Staff Member on 4/23/08
-Became Senior Mod on 8/28/08
-Became Account Manager on 10/18/08
-Left Staff and X10 in 2009.
I hope somebody from the moderator or staff of x10 noticed this.. Any reply from the group? Thanks.
hi gniouf, can you put in some more information on this issue so that i can help you out.
[LEFT][B]Sunil Sankar
-------------------------------------------------------------------------
It doesn't seem to be installed. When i try to import it, i get an module not found error.
would be great if that could be changed, because besides that the webspace is perfect
Greetings Nihathrael
I have made a post in the Admin Attention forum. It'll be dealt with when an admin, probably Bryon, has some time (They are quite busy with the new site etc.)
Useful Links:My Websites:
Terms of Service | Server News | Buy a Domain
Free Domains: co.cc | Dot.tk -- Free File Storage: Dropbox -- Website Monitoring: Service Uptime
Earthtime Games & TechAsh's Blog
How are you trying to load the module? Are you using 'import'?
Just trying to get a sense of what you're doing so I can make it work.
http://nihathrael.exofire.net/cgi-bin/pyboard/test
This is what i'm trying to do. There should be no output if it works, otherwise it will tell you that the modul was not found.Code:#!/usr/bin/python print "Content-Type: text/plain" print "" try: import MySQLdb except Exception, e: print e
So long, nihathrael
Last edited by nihathrael; 06-20-2008 at 04:15 AM.