[EMAIL PROTECTED] wrote: > I think I fixed it by changing > > import dabo.dObject as dObject > to > from dabo.dObject import dObject > > In my file declarations > > Thanks > > P.S. where is there an explanation of the import/from declarations? >
http://docs.python.org/ref/import.html Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
