E
erikcw
Hi all,
When trying to run this python script from cron, I get the following
error:
Traceback (most recent call last):
File "/home/lybp/public_html/wa/wa.py", line 14, in ?
import MySQLdb
ImportError: No module named MySQLdb
The cron command is python /home/lybp/public_html/wa/wa.py
Any idea why MySQLdb wouldn't like this?
Thanks!
Erik
When trying to run this python script from cron, I get the following
error:
Traceback (most recent call last):
File "/home/lybp/public_html/wa/wa.py", line 14, in ?
import MySQLdb
ImportError: No module named MySQLdb
The cron command is python /home/lybp/public_html/wa/wa.py
Any idea why MySQLdb wouldn't like this?
Thanks!
Erik