Re: Module Names with . (dots)?

2009-04-05 Thread activescott
On Apr 5, 5:42 pm, Chris Rebert wrote: > On Sun, Apr 5, 2009 at 11:41 AM, activescott wrote: > > My understanding is that module names must not have a dot in them. For > > example, I tried to create a module like scott.appengine.util.py  and > > put misc utility classes in t

Re: Module Names with . (dots)?

2009-04-05 Thread activescott
On Apr 5, 5:42 pm, Chris Rebert wrote: > On Sun, Apr 5, 2009 at 11:41 AM, activescott wrote: > > My understanding is that module names must not have a dot in them. For > > example, I tried to create a module like scott.appengine.util.py  and > > put misc utility classes in t

Module Names with . (dots)?

2009-04-05 Thread activescott
My understanding is that module names must not have a dot in them. For example, I tried to create a module like scott.appengine.util.py and put misc utility classes in there. However, python gives the error "No module named scott.appengine.util". No I've read about packages (http://docs.python.org