Brian Blazer wrote:

> Thank you for your responses.  I had a feeling is had something to do
> with a namespace issue but I wasn't sure.
> 
> You are right, I do come from a Java background.  If it is poor form
> to name your class file the same as your class, can I ask what the
> standard is?

Consider python modules what packages are in JAVA - aggregations of related
classes. Only if your module grows to an unmanagable size, split it up into
two modules. 

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to