On Mon, Jun 29, 2009 at 1:05 PM, 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.
> >
>
Did you forget to create an __init__.py in the folder?  Python needs this to
recognize the folder as a module.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

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