Comment out the statements that use the module throwing the ImportError, open the shell in manage.py, check your path, try to import by hand, and go from there. Do you have the proper __init__.py files for all modules? Do you have the right directories in your path?
-jag On Wed, 2006-11-29 at 20:32 +0000, [EMAIL PROTECTED] wrote: > I can't run manage.py shell... can't run manage.py anything without it > throwing the importError. > > I printed sys.path and didn't see anything odd, but I don't really know > what I'd be looking for. Here's what I get: > ['', '/home2/baxter/lib/python2.4', > '/usr/local/lib/python2.4/site-packages/setuptools-0.6c3-py2.4.egg', > '/usr/local/lib/python24.zip', '/usr/local/lib/python2.4', > '/usr/local/lib/python2.4/plat-linux2', > '/usr/local/lib/python2.4/lib-tk', > '/usr/local/lib/python2.4/lib-dynload', > '/usr/local/lib/python2.4/site-packages', > '/usr/local/lib/python2.4/site-packages/PIL'] > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---