ImportError: No module named configobj

Bug #495543 reported by Ryan Nowakowski
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-apptools (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

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

ryan@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

Revision history for this message
Stewart (ferguson-stewart) wrote :

Issue was fixed in release 3.3.0-2 (Dec 13 20019)

Revision history for this message
Stewart (ferguson-stewart) wrote :

See the following for the first instance of a fix on this bug in the debian repositories.

https://salsa.debian.org/python-team/modules/python-apptools/blob/debian/3.3.0-2/debian/control

Changed in python-apptools (Ubuntu):
status: New → Fix Released
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.