Public bug reported: Binary package hint: python-apptools
python-apptools should depend on python-configobj I got this error when running the hello world demo here: https://svn.enthought.com/enthought/browser/EnvisageCore/trunk/examples/Hello%20World/hello_world.py r...@ryan-desktop:~/enthought_playground$ python2.6 hello_world.py The hello.world application says Hola World! Traceback (most recent call last): File "hello_world.py", line 93, in <module> application.run() File "/usr/lib/python2.6/dist-packages/enthought/envisage/application.py", line 157, in run self.stop() File "/usr/lib/python2.6/dist-packages/enthought/envisage/application.py", line 314, in stop self.preferences.save() File "/usr/lib/python2.6/dist-packages/enthought/preferences/scoped_preferences.py", line 307, in save self.scopes[0].save(file_or_filename) File "/usr/lib/python2.6/dist-packages/enthought/preferences/scoped_preferences.py", line 324, in _scopes_default 'preferences.ini') File "/usr/lib/python2.6/dist-packages/enthought/preferences/preferences.py", line 83, in __init__ self.load() File "/usr/lib/python2.6/dist-packages/enthought/preferences/preferences.py", line 363, in load from configobj import ConfigObj ImportError: No module named configobj ** Affects: python-apptools (Ubuntu) Importance: Undecided Status: New -- ImportError: No module named configobj https://bugs.launchpad.net/bugs/495543 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
