tried to run blobedit.py using:
python blobedit.py 2>output.txt
got a resource not found.

help please

Please respond to [email protected]
Traceback (most recent call last):
  File "blobedit.py", line 132, in <module>
    BlobApp().run()
  File "blobedit.py", line 30, in __init__
    self.blob_cursor = Cursor("blob.tiff")
  File "c:\python26\Lib\site-packages\GUI\GCursors.py", line 40, in __init__
    self._init_from_resource(spec, hotspot)
  File "c:\python26\Lib\site-packages\GUI\GCursors.py", line 45, in 
_init_from_resource
    image = Image(file = find_resource(resource_name))
  File "c:\python26\Lib\site-packages\GUI\Resources.py", line 65, in 
find_resource
    raise ResourceNotFoundError(name, type, resource_path)
GUI.Resources.ResourceNotFoundError: Resource 'blob.tiff' not found in 
['c:\\python26\\Lib\\site-packages\\GUI\\Resources']

Attachment: blobedit.py
Description: Binary data

_______________________________________________
Pygui mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pygui

Reply via email to