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:
Thanks!
Dan
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: