Comment 16 for bug 469655

Revision history for this message
John Wheelwright (jbwheelwright) wrote :

I'm having the same problem. I installed the file as above and it works for me now (Deb with temporary fix )

Thank you.

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/epidermis/epidermis.py", line 39, <module>()
                               # but it throws off pychecker
    import const
    from const import DEBUG, MY_CACHE_HOME, MY_DATA_HOME, PIGMENT_TYPES
  variables: {'const': (None, None)}
  File "/usr/share/pyshared/epidermis/const.py", line 55, <module>()
    # is grub2 installed, if yes, don't use themes
    __ff = open("/boot/grub/installed-version","r")
    __line = __ff.readlines()[0].strip()
  variables: {'__ff': (None, None), 'open': ('builtin', <built-in function open>)}
IOError: [Errno 2] No such file or directory: '/boot/grub/installed-version'

debuginfo.debuginfo error, traceback:

Traceback (most recent call last):
  File "/usr/share/pyshared/epidermis/gtkexcepthook.py", line 176, in _info
    import debuginfo
  File "/usr/share/pyshared/epidermis/debuginfo.py", line 6, in <module>
    import const
  File "/usr/share/pyshared/epidermis/const.py", line 55, in <module>
    __ff = open("/boot/grub/installed-version","r")
IOError: [Errno 2] No such file or directory: '/boot/grub/installed-version'

--End of debuginfo traceback.