Re: Obscure error installing Django

2007-11-05 Thread Martin
revision 6300 seems to work fine for me. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send

Re: Obscure error installing Django

2007-11-05 Thread Martin
Hi, I'm having the same problem on shared hosting (asmallorange). Did anybody find a solution? I have the 1.2.2 version of python-mysql and the latest trunk of django (svn). Thanks, Martin --~--~-~--~~~---~--~~ You received this message because you are subscribe

Re: Obscure error installing Django

2007-11-01 Thread Julio César Carrascal Urquijo
I've tracked it down to something similar to this: http://code.djangoproject.com/ticket/5530#comment:1 The ImportError that is been raised on http://code.djangoproject.com/browser/django/trunk/django/db/backends/mysql/base.py#L20 is causing the session error. It probably should be changed also to

Re: Obscure error installing Django

2007-10-31 Thread Malcolm Tredinnick
On Thu, 2007-11-01 at 04:50 +, Julio César Carrascal Urquijo wrote: > I'm installing Django on a shared hosting account but I've been > fighting the las two hours with this error: > > /home//django_src/django/contrib/sessions/middleware.py in > process_request(self= object>, request=, > POST

Re: Obscure error installing Django

2007-10-31 Thread Julio César Carrascal Urquijo
I'm sorry. I'm using: 1) Python 2.3, Django from SVN and django-admin.py reports 0.97-pre- SVN-6635. 2) Subversion checkout on an empty folder. 3) It's running through FCGI (mod_fcgi) and a new user just for Django so I don't think it is another installation. Thanks On Oct 31, 11:57 pm, Malco

Re: Obscure error installing Django

2007-10-31 Thread Malcolm Tredinnick
On Thu, 2007-11-01 at 04:50 +, Julio César Carrascal Urquijo wrote: > I'm installing Django on a shared hosting account but I've been > fighting the las two hours with this error: Before going any further, you're going to have to say: (1) Which version of Django? In particular, what does "dj

Obscure error installing Django

2007-10-31 Thread Julio César Carrascal Urquijo
I'm installing Django on a shared hosting account but I've been fighting the las two hours with this error: /home//django_src/django/contrib/sessions/middleware.py in process_request(self=, request=, POST:) 13 engine = __import__(settings.SESSION_ENGINE, {}, {}, ['']) 14 se