Hello, Am 02.01.2011 18:29, schrieb Ed Leafe: > The module names (such as 'biz') get set in dApp.py's > '_initModuleNames()' method. I've posted a modified version at > http://dabo.codepad.org/XZdBZh2k; this version shows the original > line numbers, along with some unnumbered lines that I added with some > debug information that will print out when the app starts up. Add > those lines to your copy of dApp.py in the same locations, adjusting > indentation to match the actual code. Run your app, and then post the > output from those debug lines. >
These debug lines helped me to find the error myself: one of the import statements in biz/__init__.py had a wrong name for the bizobj class. Now this works, thank you! Sibylle _______________________________________________ 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]
