Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation.  All rights reserved.

 I am trying to link files in files created by appWizard. I added the
self.addJoin statement  as in this code below. The results dont show self.
works as inpage 4 of step by step tutorial

C:\dabo-0.9.2-win\dabo\projects\med>python med.py
Traceback (most recent call last):
  File "med.py", line 21, in <module>
    import biz
  File "C:\dabo-0.9.2-win\dabo\projects\med\biz\__init__.py", line 8, in
<module
>
    from Doctor_Speciality import Doctor_Speciality
  File "C:\dabo-0.9.2-win\dabo\projects\med\biz\Doctor_Speciality.py", line
6, i
n <module>
    class Doctor_Speciality(Base):
  File "C:\dabo-0.9.2-win\dabo\projects\med\biz\Doctor_Speciality.py", line
49,
in Doctor_Speciality
    self.addJoin("doctor", "doctor_speciality.specialityfk =doctor.pkid")
NameError: name 'self' is not defined

C:\dabo-0.9.2-win\dabo\projects\med>
-- 
View this message in context: 
http://old.nabble.com/self-not-defined-in-AppWizard---tp26652658p26652658.html
Sent from the dabo-users mailing list archive at Nabble.com.

_______________________________________________
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]

Reply via email to