ImportError: No module named preferences.api

Bug #495541 reported by Ryan Nowakowski
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-enthoughtbase (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: python-enthoughtbase

python-enthoughtbase should depend on python-apptools since it needs the enthought.preferences.api module. I discovered this bug while trying to run the hello world demo here: https://svn.enthought.com/enthought/browser/EnvisageCore/trunk/examples/Hello%20World/hello_world.py

Revision history for this message
Ryan Nowakowski (tubaman) wrote :

Here's the full traceback:

ryan@ryan-desktop:~/enthought_playground$ python2.6 hello_world.py
Traceback (most recent call last):
  File "hello_world.py", line 8, in <module>
    from enthought.envisage.api import Application, ExtensionPoint, Plugin
  File "/usr/lib/python2.6/dist-packages/enthought/envisage/api.py", line 4, in <module>
    from i_application import IApplication
  File "/usr/lib/python2.6/dist-packages/enthought/envisage/i_application.py", line 5, in <module>
    from enthought.preferences.api import IPreferences
ImportError: No module named preferences.api

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.