Hi there, (newbie warning!)
I've installed django from svn on an Ubuntu linux box. When I'm at the
local machine, I can run django-admin.py and myproject/manage.py just
fine, but when I ssh in from remote I get error messages like:
----------
$ django-admin.py:
/home/matt/src/django/django/core/management.py:698: Warning: 'yield'
will become a reserved keyword in the future
Traceback (most recent call last):
File "/usr/local/bin/django-admin.py", line 2, in ?
from django.core import management
File "/home/matt/src/django/django/core/management.py", line 698
yield "# This is an auto-generated Django model module."
^
SyntaxError: invalid syntax
----------
I'm using python 2.4.
thanks in advance for your time.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---