MySQLdb on Stoli (for Python...)

Status
Not open for further replies.

danbalthasar

New Member
Messages
8
Reaction score
0
Points
0
Hi,

I've been trying to be patient about this and I hope I'm not creating this thread again too soon (I've waited several days). If it's not too much trouble, I'd really appreciate it if the MySQLdb Python module could be reinstalled on Stoli. I realize updates and whatnot are still being tweaked, but hopefully this one could be worked in :)

for reference, here's the error:
Code:
 5 import datetime
    6 import calendar
    7 import MySQLdb
    8 from decimal import Decimal
    9 import re
MySQLdb undefined

<type 'exceptions.ImportError'>: No module named MySQLdb
      args = ('No module named MySQLdb',)
      message = 'No module named MySQLdb'

Thanks!

Dan
 
Last edited:

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
Try to ask to a staff directly on IRC, as the status site says that the servers are not done being tweaked. This means that MySQLdb is probably in the list of things to do, but they are not done yet.
 

danbalthasar

New Member
Messages
8
Reaction score
0
Points
0
What server/channel?

---
Nevermind, I got it - irc.x10hosting.com
 
Last edited:

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
The channel is #x10hosting .
 
Status
Not open for further replies.
Top