In my case, I had to remove mysql_replicated as our db backend.  We're
no longer using mysql_replicated so I haven't tried to find the source
of the incompatibility, but this was the source of this error message
for us.

On Nov 10 2009, 12:57 pm, Evgeny <[email protected]> wrote:
> I think I found a workaround:
> first completely delete previous django installation, then install
> 1.1.1
>
> the problem went away for me after this manipulation.
>
> On Nov 10, 12:39 pm, Evgeny <[email protected]> wrote:
>
> > Same problem here. Any ideas?
> > Thanks!
>
> > On Oct 14, 7:11 pm, eculver <[email protected]> wrote:
>
> > > Not so sure about that. Here are my installed apps:
>
> > > INSTALLED_APPS = (
> > >     'django.contrib.auth',
> > >     'django.contrib.contenttypes',
> > >     'django.contrib.sessions',
> > >     'django.contrib.sites',
> > >     'django.contrib.admin',
> > >     'myproject.api',
> > >     'myproject.pages',
> > >     'myproject.contact_form',
> > >     'myproject.albums',
> > >     'myproject.paypalcart',
> > >     'myproject.messaging',
> > > )
>
> > > None of them are being pulled from my python path? Am I missing
> > > something obvious?
>
> > > On Oct 14, 1:09 am, Lakshman Prasad <[email protected]> wrote:
>
> > > > Seems like, some of the apps that you have in settings.py 
> > > > INSTALLED_APPS are
> > > > there in the pythonpath for python2.5 and not for python2.6.
> > > > You will need to do a easy_install-2.6 (or a corresponding 
> > > > pip/distribute
> > > > equivalent) package_name
>
> > > > On Wed, Oct 14, 2009 at 11:48 AM, eculver <[email protected]> wrote:
>
> > > > > I just tried upgrade to django 1.1, ran ./manage.py runserver, but was
> > > > > promptly halted due to this exception:
>
> > > > > ...
>
> > > > > File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/
> > > > > site-packages/django/utils/translation/trans_real.py", line 180, in
> > > > > _fetch
> > > > >    app = import_module(appname)
> > > > >  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
> > > > > python2.6/site-packages/django/utils/importlib.py", line 35, in
> > > > > import_module
> > > > >    __import__(name)
> > > > >  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
> > > > > python2.6/site-packages/django/contrib/admin/__init__.py", line 1, in
> > > > > <module>
> > > > >    from django.contrib.admin.options import ModelAdmin, HORIZONTAL,
> > > > > VERTICAL
> > > > >  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
> > > > > python2.6/site-packages/django/contrib/admin/options.py", line 5, in
> > > > > <module>
> > > > >    from django.contrib.contenttypes.models import ContentType
> > > > >  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
> > > > > python2.6/site-packages/django/contrib/contenttypes/models.py", line
> > > > > 1, in <module>
> > > > >    from django.db import models
> > > > >  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
> > > > > python2.6/site-packages/django/db/__init__.py", line 57, in <module>
> > > > >    'TIME_ZONE': settings.TIME_ZONE,
> > > > > TypeError: __init__() takes exactly 1 argument (2 given)
>
> > > > > Everything worked fine in 1.0.4 before the upgrade. Seems like it may
> > > > > be an obvious upgrade problem/oversight on my part. Any ideas?
>
> > > > --
> > > > Regards,
> > > > Lakshman
> > > > becomingguru.com
> > > > lakshmanprasad.com

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to