Re: Mysqldb adapter

2008-11-06 Thread achab61
Thanks, it works now! I found out the installation location of MySQLdb was wrong (my mistake...) On Nov 6, 1:55 pm, gv <[EMAIL PROTECTED]> wrote: > On 6 Nov, 12:30, achab61 <[EMAIL PROTECTED]> wrote: > > > I've got the same package but I'm getting the same error. > > Is there anything do once you

Re: Mysqldb adapter

2008-11-06 Thread gv
On 6 Nov, 12:30, achab61 <[EMAIL PROTECTED]> wrote: > I've got the same package but I'm getting the same error. > Is there anything do once you run the exe ? Did you make any special > configuration in your Windows (I'm on XP SP2) i.e. PATH etc... I cannot remember doing anything extra. My under

Re: Mysqldb adapter

2008-11-06 Thread achab61
I've got the same package but I'm getting the same error. Is there anything do once you run the exe ? Did you make any special configuration in your Windows (I'm on XP SP2) i.e. PATH etc... Thanks On 6 Nov, 12:15, gv <[EMAIL PROTECTED]> wrote: > On 6 Nov, 10:39, achab61 <[EMAIL PROTECTED]> wrote:

Re: Mysqldb adapter

2008-11-06 Thread gv
On 6 Nov, 10:39, achab61 <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm in trouble trying to get running the Mysqldb adapter on Windows. > > My configuration is MySQL vers. 5.0.67, PythonWin vers. 2.5.2 I use much the same as you, but got mysql-python from Sourc

Mysqldb adapter

2008-11-06 Thread achab61
Hi all, I'm in trouble trying to get running the Mysqldb adapter on Windows. My configuration is MySQL vers. 5.0.67, PythonWin vers. 2.5.2 I downloaded the .exe file from http://www.djangoproject.com/r/python-mysql/ and I installed it. But when I type import Mysqldb I still get : Import

Re: MySQLdb adapter

2008-10-12 Thread Narshe
I was hoping I wouldn't have to use 2.5 instead of 2.6 but thats what it looks like I must do. Thanks for the look into my problem. On Oct 12, 5:39 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Sun, Oct 12, 2008 at 8:08 PM, Narshe <[EMAIL PROTECTED]> wrote: > > > I'm running Windows XP with

Re: MySQLdb adapter

2008-10-12 Thread Karen Tracey
On Sun, Oct 12, 2008 at 8:08 PM, Narshe <[EMAIL PROTECTED]> wrote: > > I'm running Windows XP with WAMPSERVER 2.0 installed. Python2.6 > MySQL is installed on my computer at this location: C:\wamp\bin\mysql > Here is how my settings.py is set up: > [snip] > running build_ext > building '_mysql' ex

MySQLdb adapter

2008-10-12 Thread Narshe
in the site-packages dir: >>> import MySQLdb Traceback (most recent call last): File "", Line 1, in File "C:\Python26\Lib\site-packages\MySQLdb\__init__.py", line 19 in import _mysql ImportError: No modul