<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: GTK+ (and PyGTK) on win32</title>
	<atom:link href="http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/</link>
	<description>Arquitectura y técnica</description>
	<pubDate>Thu, 24 Jul 2008 00:11:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Marco Bonifazi</title>
		<link>http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-35874</link>
		<dc:creator>Marco Bonifazi</dc:creator>
		<pubDate>Sun, 06 Apr 2008 08:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-35874</guid>
		<description>I realized a PyGtk all in one installer for Windows.

You can download it from here:
http://www.bonifazi.eu/appunti/pygtk_windows_installer.exe

It is simply an assembling of all the different installers I
previously downloaded (which are executed step by step), and you can
choose.

I realized this installer using EclipseNSIS and compiling the script
generated by NSIS.
Then, the script I created and that you can compile and modify using
NSIS is the following:

http://www.bonifazi.eu/appunti/pygtk_windows_installer.nsi

I give also the link of the webpages where I got the different
installers:
http://www.bonifazi.eu/appunti/2008/04/pygtk-all-in-one-installer.html

I'll try to keep update this installer.

I hope it could be useful to someone.

Bye.

Marco Bonifazi</description>
		<content:encoded><![CDATA[<p>I realized a PyGtk all in one installer for Windows.</p>
<p>You can download it from here:<br />
<a href="http://www.bonifazi.eu/appunti/pygtk_windows_installer.exe" rel="nofollow">http://www.bonifazi.eu/appunti/pygtk_windows_installer.exe</a></p>
<p>It is simply an assembling of all the different installers I<br />
previously downloaded (which are executed step by step), and you can<br />
choose.</p>
<p>I realized this installer using EclipseNSIS and compiling the script<br />
generated by NSIS.<br />
Then, the script I created and that you can compile and modify using<br />
NSIS is the following:</p>
<p><a href="http://www.bonifazi.eu/appunti/pygtk_windows_installer.nsi" rel="nofollow">http://www.bonifazi.eu/appunti/pygtk_windows_installer.nsi</a></p>
<p>I give also the link of the webpages where I got the different<br />
installers:<br />
<a href="http://www.bonifazi.eu/appunti/2008/04/pygtk-all-in-one-installer.html" rel="nofollow">http://www.bonifazi.eu/appunti/2008/04/pygtk-all-in-one-installer.html</a></p>
<p>I&#8217;ll try to keep update this installer.</p>
<p>I hope it could be useful to someone.</p>
<p>Bye.</p>
<p>Marco Bonifazi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Kegel</title>
		<link>http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31459</link>
		<dc:creator>Dan Kegel</dc:creator>
		<pubDate>Thu, 31 Jan 2008 07:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31459</guid>
		<description>OK, here's a wine bug report for one of the WiX problems:

http://bugs.winehq.org/show_bug.cgi?id=11411</description>
		<content:encoded><![CDATA[<p>OK, here&#8217;s a wine bug report for one of the WiX problems:</p>
<p><a href="http://bugs.winehq.org/show_bug.cgi?id=11411" rel="nofollow">http://bugs.winehq.org/show_bug.cgi?id=11411</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pachi</title>
		<link>http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31413</link>
		<dc:creator>pachi</dc:creator>
		<pubDate>Thu, 31 Jan 2008 00:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31413</guid>
		<description>oleavr, thanks for pointing to OABuild, it has been added to the wiki page for reference, though we're concentrating on a toolchain that can be used from a GNU/Linx box, and Buildows has more potential for achieving this.

George, GTK+ is completely cross platform, but the windows packaging issues need to be improved, indeed.</description>
		<content:encoded><![CDATA[<p>oleavr, thanks for pointing to OABuild, it has been added to the wiki page for reference, though we&#8217;re concentrating on a toolchain that can be used from a GNU/Linx box, and Buildows has more potential for achieving this.</p>
<p>George, GTK+ is completely cross platform, but the windows packaging issues need to be improved, indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31407</link>
		<dc:creator>George</dc:creator>
		<pubDate>Wed, 30 Jan 2008 22:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31407</guid>
		<description>GTK+ should be completely cross platform, just like QT4.  We really need to be able to just compile an app under gtk-win32 or gtk-linux.  Also all apps such as GIMP,Inkscape, Pidgin etc need to use the same prefix and set of libraries.

My comments for the GTK team.

Lets not fall behind folks.

Oh and thanks for all the hard work...</description>
		<content:encoded><![CDATA[<p>GTK+ should be completely cross platform, just like QT4.  We really need to be able to just compile an app under gtk-win32 or gtk-linux.  Also all apps such as GIMP,Inkscape, Pidgin etc need to use the same prefix and set of libraries.</p>
<p>My comments for the GTK team.</p>
<p>Lets not fall behind folks.</p>
<p>Oh and thanks for all the hard work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oleavr</title>
		<link>http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31406</link>
		<dc:creator>oleavr</dc:creator>
		<pubDate>Wed, 30 Jan 2008 21:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31406</guid>
		<description>There's also OABuild, although slightly outdated:
http://people.collabora.co.uk/~oleavr/OABuild/

(Requires you to fiddle with the bootstrap.py script to make it check out earlier revisions of GStreamer etc. instead of HEAD.)</description>
		<content:encoded><![CDATA[<p>There&#8217;s also OABuild, although slightly outdated:<br />
<a href="http://people.collabora.co.uk/~oleavr/OABuild/" rel="nofollow">http://people.collabora.co.uk/~oleavr/OABuild/</a></p>
<p>(Requires you to fiddle with the bootstrap.py script to make it check out earlier revisions of GStreamer etc. instead of HEAD.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sdfsd</title>
		<link>http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31400</link>
		<dc:creator>sdfsd</dc:creator>
		<pubDate>Wed, 30 Jan 2008 18:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31400</guid>
		<description>I wonder why the win32 installer is a separate project. It should really be part of Gtk and have the same release cycle.</description>
		<content:encoded><![CDATA[<p>I wonder why the win32 installer is a separate project. It should really be part of Gtk and have the same release cycle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31397</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 30 Jan 2008 17:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31397</guid>
		<description>A similar installer for MacOSX would be great as well</description>
		<content:encoded><![CDATA[<p>A similar installer for MacOSX would be great as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pachi</title>
		<link>http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31395</link>
		<dc:creator>pachi</dc:creator>
		<pubDate>Wed, 30 Jan 2008 16:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31395</guid>
		<description>I've also added Bauble to the pygtk.org applications list. I didn't know about it, but it's a really interesting project.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve also added Bauble to the pygtk.org applications list. I didn&#8217;t know about it, but it&#8217;s a really interesting project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pachi</title>
		<link>http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31393</link>
		<dc:creator>pachi</dc:creator>
		<pubDate>Wed, 30 Jan 2008 16:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31393</guid>
		<description>Thanks Mishail and Brett for your comments!</description>
		<content:encoded><![CDATA[<p>Thanks Mishail and Brett for your comments!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31392</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Wed, 30 Jan 2008 16:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-31392</guid>
		<description>Here is a simple Python script to download and install GTK+, it's dependencies and PyGTK.  It doesn't build anything and only downloads the binaries that are already provided on ftp.gnome.org

bzr cat http://bazaar.launchpad.net/~bauble/bauble/trunk/scripts/install_gtk.py</description>
		<content:encoded><![CDATA[<p>Here is a simple Python script to download and install GTK+, it&#8217;s dependencies and PyGTK.  It doesn&#8217;t build anything and only downloads the binaries that are already provided on <a href="http://ftp.gnome.org" rel="nofollow">http://ftp.gnome.org</a></p>
<p>bzr cat <a href="http://bazaar.launchpad.net/~bauble/bauble/trunk/scripts/install_gtk.py" rel="nofollow">http://bazaar.launchpad.net/~bauble/bauble/trunk/scripts/install_gtk.py</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
