<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<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>
	<lastBuildDate>Sat, 06 Mar 2010 16:06:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pachi</title>
		<link>http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/comment-page-1/#comment-70625</link>
		<dc:creator>Pachi</dc:creator>
		<pubDate>Sat, 06 Mar 2010 16:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-70625</guid>
		<description>Stu, you should probably try to post the bug in the jhbuild product of GNOME&#039;s bugzilla: https://bugzilla.gnome.org/browse.cgi?product=jhbuild</description>
		<content:encoded><![CDATA[<p>Stu, you should probably try to post the bug in the jhbuild product of GNOME&#8217;s bugzilla: <a href="https://bugzilla.gnome.org/browse.cgi?product=jhbuild" rel="nofollow">https://bugzilla.gnome.org/browse.cgi?product=jhbuild</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/comment-page-1/#comment-70624</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Sat, 06 Mar 2010 15:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-70624</guid>
		<description>The problem is that defaults.jhbuildrc uses os.uname() it should use platform.uname() as thats available on all platforms.

I&#039;m not sure where to report the issue though.</description>
		<content:encoded><![CDATA[<p>The problem is that defaults.jhbuildrc uses os.uname() it should use platform.uname() as thats available on all platforms.</p>
<p>I&#8217;m not sure where to report the issue though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/comment-page-1/#comment-70623</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Sat, 06 Mar 2010 14:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/#comment-70623</guid>
		<description>Using python 2.6:

The python based installed of bazaar complains about invalid interpreter (the windows path leaks out of the bzr script and it doesn&#039;t know what to do with it).


Using the standalone installer gets a little further, but complains that os.uname() doesn&#039;t exist:



$ mkdir windows-build; cd windows-build;bzr branch http://people.collabora.co.u
k/~asabil/bzr/buildows ;cd buildows; ./buildows
Format  for http://people.collabora.co.uk/~asabil/bzr/bui
ldows/.bzr/ is deprecated - please use &#039;bzr upgrade&#039; to get better performance
Branched 2 revision(s).
Traceback (most recent call last):
  File &quot;C:\msys\1.0\home\stu\windows-build\buildows\windows-build\buildows\jhbui
ld\config.py&quot;, line 88, in __init__
    execfile(_defaults_file, config)
  File &quot;C:\msys\1.0\home\stu\windows-build\buildows\windows-build\buildows\jhbui
ld\defaults.jhbuildrc&quot;, line 55, in 
    uname = os.uname()
AttributeError: &#039;module&#039; object has no attribute &#039;uname&#039;
jhbuild: could not load config defaults</description>
		<content:encoded><![CDATA[<p>Using python 2.6:</p>
<p>The python based installed of bazaar complains about invalid interpreter (the windows path leaks out of the bzr script and it doesn&#8217;t know what to do with it).</p>
<p>Using the standalone installer gets a little further, but complains that os.uname() doesn&#8217;t exist:</p>
<p>$ mkdir windows-build; cd windows-build;bzr branch <a href="http://people.collabora.co.u" rel="nofollow">http://people.collabora.co.u</a><br />
k/~asabil/bzr/buildows ;cd buildows; ./buildows<br />
Format  for <a href="http://people.collabora.co.uk/~asabil/bzr/bui" rel="nofollow">http://people.collabora.co.uk/~asabil/bzr/bui</a><br />
ldows/.bzr/ is deprecated &#8211; please use &#8216;bzr upgrade&#8217; to get better performance<br />
Branched 2 revision(s).<br />
Traceback (most recent call last):<br />
  File &#8220;C:\msys\1.0\home\stu\windows-build\buildows\windows-build\buildows\jhbui<br />
ld\config.py&#8221;, line 88, in __init__<br />
    execfile(_defaults_file, config)<br />
  File &#8220;C:\msys\1.0\home\stu\windows-build\buildows\windows-build\buildows\jhbui<br />
ld\defaults.jhbuildrc&#8221;, line 55, in<br />
    uname = os.uname()<br />
AttributeError: &#8216;module&#8217; object has no attribute &#8216;uname&#8217;<br />
jhbuild: could not load config defaults</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Bonifazi</title>
		<link>http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/comment-page-1/#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&#039;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-page-1/#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&#039;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-page-1/#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&#039;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-page-1/#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-page-1/#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&#039;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-page-1/#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-page-1/#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>
</channel>
</rss>
