> >> I’m setting up a django project that I got from a code repository,
> > and
> > > > in
> > > > >> trying to run ./manage.py syncdb I get the following error:
>
> > > > >> django.core.exceptions.ImproperlyConfigured:
me to look at my question.
> >
> > > >> I’m setting up a django project that I got from a code repository,
> and
> > > in
> > > >> trying to run ./manage.py syncdb I get the following error:
> >
> > > >> django.core.exceptions.ImproperlyCon
I got from a code repository,
> and
> > > in
> > > >> trying to run ./manage.py syncdb I get the following error:
> >
> > > >> django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb
> > > module:
> > > >> this i
I got from a code repository,
> and
> > > in
> > > >> trying to run ./manage.py syncdb I get the following error:
> >
> > > >> django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb
> > > module:
> > > >> this i
ting up a django project that I got from a code repository, and
> > in
> > >> trying to run ./manage.py syncdb I get the following error:
>
> > >> django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb
> > module:
> > >> this is M
nk you for taking the time to look at my question.
> >>
> >>
> >>
> >> I’m setting up a django project that I got from a code repository, and
> in
> >> trying to run ./manage.py syncdb I get the following error:
> >>
> >>
> >>
r:
>>
>>
>>
>> django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb
module:
>> this is MySQLdb version (1, 2, 3, 'final', 0), but _mysql is version (1,
2,
>> 2, 'final', 0).
>
> Seems you mysqldb (the Python DB-API 2.0 compa
ncdb I get the following error:
>
>
>
> django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module:
> this is MySQLdb version (1, 2, 3, 'final', 0), but _mysql is version (1, 2,
> 2, 'final', 0).
Seems you mysqldb (the Python DB-API 2.0 compatible library to acc
is is MySQLdb version (1, 2, 3, 'final', 0), but _mysql is version (1, 2,
2, 'final', 0).
I get the same error when running import MySQLdb at the python command line
interpreter. Does anyone have any ideas? I've spent hours searching for
similar posts, but no solu
I did this all, but it still doens't work :(
When running ./dispatch.fcgi directly it looks as though the problem
is all cleared up, but even after killing fcgi 'till it's dead it
still brings up a 500 error on my site.
Does this sound like it's still related or is it some other problem?
If it i
On 3/21/07, worksology <[EMAIL PROTECTED]> wrote:
>
> I have the exact same issue, also with Dreamhost. I tried the
> "mysql_old" thing, but still got the same error.
Malcolm has just checked in a fix.
this has saved My_old backend :)
Derek
--~--~-~--~~~---~--~--
I'm guessing that the import statement in mysql_old/introspection.py
should read:
from django.db.backends.mysql_old.base import quote_name
rather than:
from django.db.backends.mysql.base import quote_name
That seems to have worked for me, but probably should be fixed in the
source, eh?
- Josh
I have the exact same issue, also with Dreamhost. I tried the
"mysql_old" thing, but still got the same error. Here's the relevant
part of the stack trace:
File "/django_src/django/db/backends/mysql_old/introspection.py",
line 1, in ?
from django.db.backends.mysql.base import quote_name
On Wed, Mar 21, Adam wrote:
>
> This causes a problem with DreamHost...I know they're not the best in
> the world, but I get this error now on any sites on their servers.
> Does anyone have a decent solution to get around this? Can I install
> a local copy somehow and make django use it instead
This causes a problem with DreamHost...I know they're not the best in
the world, but I get this error now on any sites on their servers.
Does anyone have a decent solution to get around this? Can I install
a local copy somehow and make django use it instead of their version?
Has anyone had luck g
On 3/20/07, chasfs <[EMAIL PROTECTED]> wrote:
>
> Thanks for the quick reply! Do you know if Django has been tested
> with MySQLdb
> 1.2.2?
Yes. 1.2.2 is the best version you can get. Trust me.
> On Mar 20, 11:20 am, "James Bennett" <[EMAIL PROTECTED]> wrote:
> > On 3/20/07, chasfs <[EMAIL PROT
Thanks for the quick reply! Do you know if Django has been tested
with MySQLdb
1.2.2?
On Mar 20, 11:20 am, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On 3/20/07, chasfs <[EMAIL PROTECTED]> wrote:
>
> > The problem is that the MySQLdb page says that 1.2.1p2 has no changes
> > that we should wor
On 3/20/07, chasfs <[EMAIL PROTECTED]> wrote:
> The problem is that the MySQLdb page says that 1.2.1p2 has no changes
> that we should worry about. Why is p2 required?
Unfortunately, there is a change that we need to worry about: the
thread-safety bug in MySQLdb which caused ticket #3279[1] wasn
I just downloaded the latest trunk - it reports:
ImproperlyConfigured: Error importing middleware
django.contrib.sessions.middleware: "MySQLdb-1.2.1p2 or newer is
required; you have 1.2.1g3"
The problem is that the MySQLdb page says that 1.2.1p2 has no changes
that we should worry about. Why is
19 matches
Mail list logo