> It sounds like you might have two versions of Python installed. You > should confirm that the shebang line in ./manage.py is for the right > version. Alternatively, running 'python manage.py syncdb' should work.
The shebang says "#!/usr/bin/env python", which returns 2.4.3 when asked. (So does "`which python` -V" and "python -V", in case that sheds any light?) Running "python manage.py syncdb" gives me exactly the same error as "./manage.py syncdb". Typing "pyt<tab>" only gives my "python" and "python2.4", the former being a symlink to the latter, so I don't think I have a different version installed anywhere. There's probably a better way to check this though. I'm really not sure what to try next. I guess the last resort is to go back to debian, but I quite like the easy interface of ubuntu, so .. hum. Craig --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

