I'm fairly new to django and I'm trying to restart an old database.
When I run the command run manage.py syncdb
I get the following error:
>run manage.py syncdb
Creating table slide_taxonomyphylum
ERROR: An unexpected error occured while tokenizing input
The following traceback may be be corrupted or invalid
The error message is: ('EOF in multi-line statement', (72,0))
ERROR: Internal Python error in the inspect module
Below is the traceback from this internal error
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/IPython/ultraTB.py", line
667, in text
locals, formatvalue=var_rep))
File "/usr/lib/python2.6/inspect.py", line 875, in
formatargvalues
specs.append(strseq(args[i], convert, join))
File "/usr/lib/python2.6/inspect.py", line 830, in strseq
return convert(objects)
File "/usr/lib/python2.6/inspect.py", line 872, in convert
return formatarg(name) + formatvalue(locals[name])
KeyError: 'connection'
Not sure what this means. Help is greatly appreciate. I looked on
google for some help but didn't find much.
--
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?hl=en.