On 2/25/10 7:31 PM, jvandal wrote: > > I hAVE SEVERAL FILES(TABLES) IN MY PROJECT. I have several forms.I therefor > have several Bizobj.py files. > My _init_.py file has several import statements > In fact I have many duplicate import statements, so edited out the > duplicates. > Shoul I have separate Bizobj files, DoctorBizobj.py and > Doctor_specialityBizobj.py and other Bizobj in project. I have one per > form.
How you organize your classes is completely up to you. Importing things twice, while inefficient from a source code standpoint, doesn't matter one bit. If you could post the traceback, that would help. But, I do notice that in the subject of this email you have "Doctor_SpecialtyBizobj" while in the text of the message you have "Doctor_specialtyBizobj.py". Posting ambiguities like this make it really tough to help. Paul _______________________________________________ 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]
