On Jun 29, 11:05 am, nixon66 <nixon....@gmail.com> wrote: > I'm getting an error no module name xxxxx. I've create all the > directories and I can see them, but I keep getting this error and > can't understand why. Any ideas. Not sure why this is happening since > it did not happen when I've created other apps.
There are many reasons why modules cannot be found, but the most likely gotcha is that you forgot to create __init__.py. If __init__.py is already there, then you can help others help you by listing the things you've verified already (PYTHONPATH, etc.). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---