[Tutor] Connecting to MySQLdb

2012-06-01 Thread Nicholas Picciano
Hello, I have downloaded MySQLdb 1.2.3 from: http://pypi.python.org/pypi/MySQL-python Also, I'm using Python 2.7, but I can't even get past here: >>> import MySQLdb Traceback (most recent call last): File "", line 1, in ImportError: No module named MySQLdb Thanks ___

Re: [Tutor] Connecting to MySQLdb

2012-06-01 Thread Corey Richardson
On Fri, 1 Jun 2012 19:01:00 -0400 Nicholas Picciano wrote: > Hello, > > I have downloaded MySQLdb 1.2.3 from: > > http://pypi.python.org/pypi/MySQL-python > > Also, I'm using Python 2.7, but I can't even get past here: > > >>> import MySQLdb > Traceback (most recent call last): > File "",

Re: [Tutor] Connecting to MySQLdb

2012-06-01 Thread James Reynolds
Virtualenv works just fine in windows On Jun 1, 2012 7:20 PM, "Corey Richardson" wrote: > On Fri, 1 Jun 2012 19:01:00 -0400 > Nicholas Picciano wrote: > > > Hello, > > > > I have downloaded MySQLdb 1.2.3 from: > > > > http://pypi.python.org/pypi/MySQL-python > > > > Also, I'm using Python 2.7,