[Gazpacho] Can't start on win32 with python24

Sonium sonium at gmail.com
Sun Sep 18 00:09:55 CEST 2005


hi, i just did as described in
http://bugzilla.gnome.org/show_bug.cgi?id=313398#c2
I downloaded the latest SVN and tried to build it, but is just resulted
again in this well known error:

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 182, in main
    launch(options, filenames)
  File "C:\Python24\Lib\site-packages\gazpacho\main.py", line 107, 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

would be cool, if someone could release a working python24 version for
win32 :)


More information about the Gazpacho mailing list