Re: MySQLdb module not found even though it's installed.

2011-08-10 Thread babak
s fails then you are probably running on different python > environments. > > > > On Wed, Aug 10, 2011 at 2:02 PM, babak wrote: > > Hi I've installed MySQLdb om my mac and can import it: > > > Python 2.6.7 (r267:88850, Jul 20 2011, 12:30:08) > > [GC

MySQLdb module not found even though it's installed.

2011-08-10 Thread babak
Hi I've installed MySQLdb om my mac and can import it: Python 2.6.7 (r267:88850, Jul 20 2011, 12:30:08) [GCC 4.2.1 (Apple Inc. build 5664)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import MySQLdb But when I try to create database I get the following err