maphew a écrit :
> Hi, at the ''python manage.py sql polls'' step of the
> [http://www.djangoproject.com/documentation/tutorial1/ poll tutorial] I
> get a syntax error:
(snip)
> mod = __import__('django.models.%s' % submodule, '', '', [''])
> File "/home/matt/code/djtutor/../djtutor/polls/models/polls.py", line
> 12
>
> ^
> SyntaxError: invalid syntax
>
(snip)
>
> any idea what I've done wrong?
Not exactly, but the problem is about a syntax error near line 12 of
file /home/matt/code/djtutor/../djtutor/polls/models/polls.py !-)
You could probably check this first, then post the relevant code if you
can't find the problem ?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---