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? Also, is the ConsultHours demo, referenced http://docs.google.com/Doc?id=dg79jzmg_3x78zkp, available for download? I followed the example, but I think it would be a great help if I could actually touch the code. Thanks Sim _______________________________________________ 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]
