In the root script I import Common. Inside of Common's __init__.py I
import the basic domain modules. Is this correct?


>If I understand the setup correctly it should work. How are you
importing Common? If you say
>import Common
>you should be able to refer to Common.sobjs. If you say
>from Common import *
>then sobjs will be imported into the main module namespace.
>
>Kent
-- 

***********************************
See there, that wasn't so bad.
***********************************
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to