You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Don't cd into the program folder
2.
3.
vadi@vadi-laptop:~$ '/home/vadi/Programs/key-mon/key-mon.py'
Traceback (most recent call last):
File "/home/vadi/Programs/key-mon/key-mon.py", line 437, in <module>
keymon = KeyMon(scale, options.meta)
File "/home/vadi/Programs/key-mon/key-mon.py", line 115, in __init__
self.CreateWindow()
File "/home/vadi/Programs/key-mon/key-mon.py", line 183, in CreateWindow
self.mouse_image = two_state_image.TwoStateImage(self.pixbufs, 'MOUSE')
File "/home/vadi/Programs/key-mon/two_state_image.py", line 28, in
__init__
self.SwitchTo(self.normal)
File "/home/vadi/Programs/key-mon/two_state_image.py", line 33, in
SwitchTo
self._SwitchTo(name)
File "/home/vadi/Programs/key-mon/two_state_image.py", line 36, in
_SwitchTo
self.set_from_pixbuf(self.pixbufs.Get(name))
File "/home/vadi/Programs/key-mon/lazy_pixbuf_creator.py", line 44, in
Get
name = self.CreatePixbuf(name)
File "/home/vadi/Programs/key-mon/lazy_pixbuf_creator.py", line 61, in
CreatePixbuf
img = self._Composite(img, self._ReadFromFile(op))
File "/home/vadi/Programs/key-mon/lazy_pixbuf_creator.py", line 88, in
_ReadFromFile
return gtk.gdk.pixbuf_new_from_file(fname)
glib.GError: Failed to open file 'svg/mouse.svg': No such file or directory
Original issue reported on code.google.com by vpereto...@gmail.com on 28 Nov 2009 at 7:17
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
vpereto...@gmail.com
on 28 Nov 2009 at 7:17The text was updated successfully, but these errors were encountered: