Python MySQLdb busted still or again

gniouf

New Member
Messages
1
Reaction score
0
Points
0
Any news on this? Is someone actively working on fixing the MySQLdb python module?
An ETA would be nice.
thanks
 

r4ziEl

New Member
Messages
1
Reaction score
0
Points
0
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.
 

Jose Magsino

New Member
Messages
53
Reaction score
0
Points
0
I hope somebody from the moderator or staff of x10 noticed this.. Any reply from the group? Thanks.
 

sunils

New Member
Messages
2,266
Reaction score
0
Points
0
hi gniouf, can you put in some more information on this issue so that i can help you out.
 

nihathrael

New Member
Messages
2
Reaction score
0
Points
0
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
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
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.)
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
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.
 

nihathrael

New Member
Messages
2
Reaction score
0
Points
0
http://nihathrael.exofire.net/cgi-bin/pyboard/test

Code:
#!/usr/bin/python

print "Content-Type: text/plain"
print ""
try:
    import MySQLdb 
except Exception, e:
    print e

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.

So long, nihathrael
 
Last edited:

fluxon

New Member
Messages
2
Reaction score
0
Points
0
Sorry for posting a wrong question here. I have written a simple hello world code in python. It is showing me 500 error. Since all of you guys seems to work in python. Can you please let me know what i need to do ...
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
fluxon, please create a thread in the programming help forum.
 

_fnds_

New Member
Messages
2
Reaction score
0
Points
0
Can you install MySQLdb python module?
sourceforge.net/projects/mysql-python
 

GBH187

New Member
Messages
58
Reaction score
0
Points
0
how simple could you hello world possibly be if you are using MySQLdb module?
 
Top