The wizard generated __init__.py has a minor spelling error that throws newcomers.
#!/usr/bin/env python # -*- coding: utf-8 -*- ###### # In order for Dabo to 'see' classes in your biz directory, add an # import statement here for each class. E.g., if you have a file named # 'MyClasses.py' in this directory, and it defines two classes named 'FirstClass' # and 'SecondClass', add these lines: # # from MyClass import FirstClass # from MyClass import SecondClass # # Now you can refer to these classes as: self.Application.biz.FirstClass and # self.Application.biz.SecondClass ###### Compare Lines 6, 9, 10 Should they read MyClass or MyClasses? -- Fraser Burns _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
