On Wed, Oct 3, 2012 at 6:52 AM, CG <chandrakant.gopa...@gmail.com> wrote:
> Sorry for the late reply since I saw this only now. I also have the dev
> version of Django installed and ran into this error.
> Seems like this is an error in the django code. I was able to bypass this
> and fire up the shell by just commenting
> the 'import user' line in shell.py in
> ../django/core/management/commands/shell.py.

You could also fix the problem by using a current revision of the
development checkout. The line you refer to was removed on August 29
as part of the Python 3 changes.

If you're just getting started, I'd strongly recommend against working
against the development version. While we aim for it to be stable,
there will sometimes be problems. Your learning experience will be
much better if you use a stable version (1.4.1 at present).

Yours,
Russ Magee %-)

-- 
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