Hello, I am looking to try Dabo as an alternative to Pythoncard but not getting very far. The first simple application suggested by the tutorial is an empty window:
import dabo app = dabo.dApp() app.start() I am trying to use Eclipse-Pydev but when I run the above I get "AttributeError: 'module' object has no attribute 'dApp'." If I run python from the terminal instead, the window opens fine, so it seems to be a problem with PyDev. I have tried going into project properties, interpreter configuration, and updating the python path to include the Dabo folder downloaded via svn as well as the folder that was placed in /usr/local/lib/python2.7/dist-packages after doing python setup.py install, to no effect. It seems to find the dabo module but still won't run. Seems like I must be missing something extremely simple because I can't find any existing discussion of this problem. Running Ubuntu 11.04 and Python 2.7. Any help would be appreciated. Adam _______________________________________________ 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]
