On Feb 17, 8:50 pm, PB <[EMAIL PROTECTED]> wrote:
>   File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/
> python2.3/site-packages/django/core/management.py", line 1284, in
> run_shell
>     code.interact()
> AttributeError: 'module' object has no attribute 'interact'

Hi,

Python 2.3.6 has a module named 'code' with 'interact' method, so
maybe you have other module named 'code' in sys.path or a file named
code.py in your current directory? Or are you using an older version
of Python 2.3 ?

---
Charles
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to