I'm in the process of writing a program that connects to a MySQL database using the MySQLdb module. I got it installed, and my program worked perfectly....un til i logged off my Mac. When I logged back on, my program crashed at the outset with "No module named MySQLdb". Obviously there is a path variable or file somewhere that got reset, but I don't know where python looks for its modules. Any help?
Thanks,
Adam
Thanks,
Adam
Comment