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