Re: [Tutor] Name spaces again

2005-04-24 Thread Kent Johnson
David Driver wrote: I have read the essay at and I am still having problems understanding what I need to do. In AR.sobjs I have a class that is inherited from Common.sobjs.baseDomObj. When I run StartHere.py Common imports just fine. It starts to i

[Tutor] Name spaces again

2005-04-24 Thread David Driver
I have read the essay at and I am still having problems understanding what I need to do. Here is the structure that I am looking at: Root folder StartHere.py Common folder __init__.py sobj.py