Re: Can anyone explain this?

2007-03-28 Thread Malcolm Tredinnick
On Wed, 2007-03-28 at 04:32 -0700, Lars Wessman wrote: > While this probably has to do with the setup of my machine, I wonder > if anyone has seen this before (I am using Postgesql 7.4.13 and > psycopg2): there is no rsplit method on strings in python2.3. It was only introduced in python 2.4. Eve

Re: Can anyone explain this?

2007-03-28 Thread Christian Joergensen
Lars Wessman wrote: > While this probably has to do with the setup of my machine, I wonder > if anyone has seen this before (I am using Postgesql 7.4.13 and > psycopg2): > > mydir# python manage.py syncdb > Loading 'initial_data' fixtures... > Traceback (most recent call last): > File "manage.py

Can anyone explain this?

2007-03-28 Thread Lars Wessman
While this probably has to do with the setup of my machine, I wonder if anyone has seen this before (I am using Postgesql 7.4.13 and psycopg2): mydir# python manage.py syncdb Loading 'initial_data' fixtures... Traceback (most recent call last): File "manage.py", line 11, in ? execute_manage