my directory and subdirectories looks like this

ronproject
     |
rondata
   |
ronapp



The __init__.py file is in both the rondata and the ronapp folders.

When I run manage.py runserver I get "Error: No module name rondata"

I also tried to run manage.py inspectdb because my app is based on a
legacy database. I get the same error message.

This is puzzling because just a few days ago I create this app and was
cleaning up the tables in the database and ran manage.py syncdb when I
got the error. I can run my other apps when no problem.


On Jun 29, 2:21 pm, Steve Howell <showel...@yahoo.com> wrote:
> On Jun 29, 11:13 am, nixon66 <nixon....@gmail.com> wrote:
>
> > Steve,
>
> > The is a __init__.py
>
> Ok, you need to provide a little more detail then.  Can you tell us
> what your subdirectory structure looks like, and have you put
> __init__.py's in enclosing folders?
>
> Sometimes modules fail to import due to syntax errors in the modules
> themselves.
>
> Do you have a more specific error message?  Have you verified no typos
> in the import statement itself?  Can you import the module from a
> manage.py shell?
--~--~---------~--~----~------------~-------~--~----~
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