On 18/02/2010 15:38, Cornelius Kölbel wrote:
> Hello list,
>
> I got a pygtk application running on Linux with python 2.6.4
> I now tried to make it run on windows, but got stuck somehow.
>
> I am confused what needs to be installed. I read that
>     python, gtk and pygtk (including pycairo, pyobject etc.) needs to be
> compiled with the same compiler.
>    
Did you have a look to the information in www.pygtk.org?

There you have some information on how to get pygtk running on windows.

What you basically need is:
- install python from www.python.org
- install the gtk+ runtime from a bundle file (it already includes its 
dependencies) from the ftp.gnome.org server
- install the pygobject and pygtk bindings, using the installers that 
you can get from the ftp.gnome.org server too (You can also install 
pycairo if you need it).

You have precompiled bundles or installers for all of this and you can 
find where to get them in the www.pygtk.org website.

One important step that may lead problems with 'not found libraries' 
like what you describe is that the bin (and lib) folders of the gtk+ 
runtime need to be added to the system path.

I hope this helps you to get it going,

Rafael Villar Burke
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to