On Sat, Oct 1, 2011 at 8:06 AM, chrisbuchholz <christoffer.buchh...@gmail.com> wrote: > Hey, > > I have this django 1.2 app, Snowy[1], that I try to get to run locally. But > everytime I do `manage.py syncdb` I get this[2] error, but I have no idea > what it means. > > Snowy uses, by default django 1.2, python 2 and SQLite3, and at first, I > thought it was because that django couldnt talk to SQLite3, but if I create > a new django 1.2 app in a python 2 environment, it works fine, so that is > not it. > > I have no idea what the error means, and the Snowy devs haven't been able to > help me out either. I hope some of you guys can. > > [1]: http://git.gnome.org/browse/snowy > [2]: http://paste.pocoo.org/show/485318/
Your traceback shows you have a weird mixup of paths, both /home/cb/.virtualenvs/snowy/ and /home/cb/Projects/snowy/ appear as locations of the snowy app. Perhaps you created a virtualenv with a copy of the app there but already have a global one?. Also, is seems the app ships a copy of several third party django apps (like south) inside their lib/ subdir. -- Ramiro Morales -- 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.