On Nov 20, 10:22 am, "Saurabh Agrawal" <[EMAIL PROTECTED]> wrote:
> Using the Python IDLE, I am able to issue command "import coltrane" without
> problem. (coltrane is the name of standalone app)
>
> However, I am not able to do so using Django configured shell "python
> manage.py shell".

It would seem that Django is using a different Python path than IDLE
for some reason (two different versions of Python installed?).  Try
the following once under IDLE and once under django shell and examine
for differences:

>>> import sys; sys.path

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