[Gazpacho] gazpacho on windows
Rafael Villar Burke
pachi at mmn-arquitectos.com
Wed Dec 14 10:29:23 CET 2005
Iñigo Muñoz wrote:
> 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
Hi Iñígo!. Nice to see you around here!. This problem is quite common,
but you can make gazpacho run this way, as I explained in a previous
mail in the list:
Launch gazpacho from a batch file called gazpacho/bin/gazpacho.cmd
This file must be made copying the file named "gazpacho" in that same
directory, and adding .cmd to it as extension. Afterwards you must
prepending the following line as the begining of the file:
@setlocal enableextensions & python -x "%~f0" %* & goto :EOF
It allows you running gazpacho by doubleclicking on it and you can even
create a link/shortcut to it.
I'ver used this trick with python 2.4 (#60, Nov 30, 2004), gtk+ 2.6.2
and pygtk 2.6.0, and python 2.4, gtk+ 2.8.6 and pygtk 2.8.2 too. They
were installed using the python.org and Cedric Gustin's installers.
Regards, and I hope we can make it to next Guadec :),
Rafael Villar Burke
More information about the Gazpacho
mailing list