Użytkownik Sim Zacks napisał: > I have a bizobj in the biz folder and a form in the ui folder. > In the ui code it references the bizobj and I get an error saying that > the global name is not defined. > In my main.py I have: > > from ui import * > from biz import * > > Is the biz supposed to be imported in the ui or am I mising something? >
Did you update biz\__init__.py and ui\__init__.py ? -- Regards Jacek Kałucki _______________________________________________ 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/[email protected]
