If you're talking about the line that imports your app, that usually
means you have an error in your application code (the views or the
models). Try starting the shell and run "import xxxxx" manually and
see what errors you get.
-Eddie

On Mar 30, 11:57 am, "jay K." <jay.developer2...@gmail.com> wrote:
> hi, Shawn
>
> I finally managed to get python manage.py shell to work, by commenting
> out those INSTALLED_APPS that had an issue with 'import xxxxx'
>
> it turns out that 'import xxxxx' was the problem.
>
> do you have any suggestions to fix 'import xxxxx'?
>
> thanks
>
> On Wed, Mar 30, 2011 at 12:25 PM, jay K. <jay.developer2...@gmail.com>wrote:
>
>
>
> > Hello, Shawn
>
> > I type python manage.py shell in my project directory and get the following
> > error
>
> > Error: No module named xxxxxx
>
> > regards
>
> > On Wed, Mar 30, 2011 at 11:52 AM, Shawn Milochik <sh...@milochik.com>wrote:
>
> >> Check the permissions on manage.py. I'm guessing it's not executable.
>
> >> Either use chmod +x on manage.py or execute it with Python: python
> >> manage.py.
>
> >> --
> >> 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.

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