[Gazpacho] gazpacho on windows

Iñigo Muñoz i_munoz at euskalnet.net
Wed Dec 14 04:41:08 CET 2005


Hello:
  I am trying to run Gazpacho on windows. I have installed gtk+2.6.9, 
pygtk 2.6.2 and gazpacho 0.6.2. When I try to run gazpacho, I get this 
message:

C:\Python24\Scripts>python launch-gazpacho.py
Could not find pixmap: plus.png
Traceback (most recent call last):
  File "launch-gazpacho.py", line 71, in ?
    sys.exit(main.main((sys.argv)))
  File "C:\Python24\Lib\site-packages\gazpacho\main.py", line 183, in main
    launch(options, filenames)
  File "C:\Python24\Lib\site-packages\gazpacho\main.py", line 108, in launch
    from gazpacho.application import Application
  File "C:\Python24\Lib\site-packages\gazpacho\application.py", line 28, 
in ?
    from gazpacho.catalog import get_all_catalogs
  File "C:\Python24\Lib\site-packages\gazpacho\catalog.py", line 26, in ?
    from gazpacho.widgetadaptor import WidgetAdaptor
  File "C:\Python24\Lib\site-packages\gazpacho\widgetadaptor.py", line 
20, in ?
    from gazpacho.cursor import Cursor
  File "C:\Python24\Lib\site-packages\gazpacho\cursor.py", line 21, in ?
    class Cursor(object):
  File "C:\Python24\Lib\site-packages\gazpacho\cursor.py", line 22, in 
Cursor
    plus = gtk.gdk.pixbuf_new_from_file(environ.find_pixmap('plus.png'))
TypeError: pixbuf_new_from_file() argument 1 must be string, not None

Does this mean there isn't a plus.png file and that's why it is 
crashing? It sounds a bit odd to me because I have made the default 
installations with the three packages.



More information about the Gazpacho mailing list