When executing the "manage.py syncdb" I get the following error:

Creating tables ...
Installing custom SQL ...
Installing indexes ...
Traceback (most recent call last):
  File "./manage.py", line 26, in <module>
    execute_from_command_line(sys.argv)
  File "/home/rok/apps/django-trunk/django/core/management/
__init__.py", line 440, in execute_from_command_line
    utility.execute()
  File "/home/rok/apps/django-trunk/django/core/management/
__init__.py", line 379, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/home/rok/apps/django-trunk/django/core/management/base.py",
line 196, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/home/rok/apps/django-trunk/django/core/management/base.py",
line 232, in execute
    output = self.handle(*args, **options)
  File "/home/rok/apps/django-trunk/django/core/management/base.py",
line 371, in handle
    return self.handle_noargs(**options)
  File "/home/rok/apps/django-trunk/django/core/management/commands/
syncdb.py", line 164, in handle_noargs
    call_command('loaddata', 'initial_data', verbosity=verbosity,
database=db)
  File "/home/rok/apps/django-trunk/django/core/management/
__init__.py", line 147, in call_command
    return klass.execute(*args, **defaults)
  File "/home/rok/apps/django-trunk/django/core/management/base.py",
line 232, in execute
    output = self.handle(*args, **options)
  File "/home/rok/apps/django-trunk/django/core/management/commands/
loaddata.py", line 239, in handle
    (full_path, ''.join(traceback.format_exception(sys.exc_type,
UnboundLocalError: local variable 'full_path' referenced before
assignment

Does this ring a bell to anyone? I'm running the django trunk from Feb
8th (so 1.4 candidate).
Rok

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to