Re: Don't understand module search path...

2007-10-04 Thread Chris Mellon
On 10/4/07, mhearne808[insert-at-sign-here]gmail[insert-dot-here]com <[EMAIL PROTECTED]> wrote: > I think I don't understand how the module search path works... > > Let's say I have a folders called 'test'. Underneath it, I create two > more folders called 'foo' and 'bar'. > > In 'foo', I create a

Don't understand module search path...

2007-10-04 Thread mhearne808[insert-at-sign-here]gmail[insert-dot-here]com
I think I don't understand how the module search path works... Let's say I have a folders called 'test'. Underneath it, I create two more folders called 'foo' and 'bar'. In 'foo', I create an empty '__init__.py' file, indicating that this folder is a package 'foo'. I then create a simple python