Re: no module name xxxx error

2009-06-29 Thread nixon66
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

Re: no module name xxxx error

2009-06-29 Thread Steve Howell
On Jun 29, 11:05 am, nixon66 wrote: > I'm getting an error no module name x. 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. Ther

Re: no module name xxxx error

2009-06-29 Thread nixon66
This is an __init__.py in the folder On Jun 29, 2:08 pm, Alex Gaynor wrote: > On Mon, Jun 29, 2009 at 1:05 PM, nixon66 wrote: > > > I'm getting an error no module name x. I've create all the > > directories and I can see them, but I keep getting this error and > > can't understand why. Any

Re: no module name xxxx error

2009-06-29 Thread nixon66
Steve, The is a __init__.py On Jun 29, 2:09 pm, Steve Howell wrote: > On Jun 29, 11:05 am, nixon66 wrote: > > > I'm getting an error no module name x. 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

Re: no module name xxxx error

2009-06-29 Thread nixon66
This is an _init__.py in the folder On Jun 29, 2:08 pm, Alex Gaynor wrote: > On Mon, Jun 29, 2009 at 1:05 PM, nixon66 wrote: > > > I'm getting an error no module name x. I've create all the > > directories and I can see them, but I keep getting this error and > > can't understand why. Any i

Re: no module name xxxx error

2009-06-29 Thread Steve Howell
On Jun 29, 11:13 am, nixon66 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

Re: no module name xxxx error

2009-06-29 Thread Alex Gaynor
On Mon, Jun 29, 2009 at 1:05 PM, nixon66 wrote: > > I'm getting an error no module name x. 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 othe

no module name xxxx error

2009-06-29 Thread nixon66
I'm getting an error no module name x. 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. --~--~-~--~~~---~--~---