<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: wxPython running on Maemo</title>
	<link>http://n770.herraiz.org/archives/17</link>
	<description>Stories about a geek playing with gadgets</description>
	<pubDate>Tue, 07 Feb 2012 18:05:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>

	<item>
 		<title>Comment on wxPython running on Maemo by: Peter</title>
		<link>http://n770.herraiz.org/archives/17#comment-19286</link>
		<pubDate>Tue, 02 Oct 2007 21:45:32 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/17#comment-19286</guid>
					<description>wxPython 2.8.6.0 seems to run okay.

Here is a summary of how I got it working in scratchbox:

Set up scratchbox and get it working per the tutorial
Create a file named .gtkrc-2.0 in your scratchbox home directory with the following line:
include '/usr/share/themes/default/gtk-2.0/gtkrc'

Install the python2.5 package from the maemo repository (right now only the ARM packages will install)
Download the wxPython 2.8.6.0 source code archive and extract it
create a bld directory inside of the directory
cd into it

../configure --without-opengl --disable-debug --enable-sound --with-gtk --enable-unicode
make
make install

cd into the wxPython subdirectory
python2.5 setup.py build_ext --inplace UNICODE=1 BUILD_GLCANVAS=0 BUILD_STC=0 BUILD_GIZMOS=0
python2.5 setup.py install UNICODE=1 BUILD_GLCANVAS=0 BUILD_STC=0 BUILD_GIZMOS=0

cd into
/samples/simple
run-standalone.sh python2.5 ./simple.py

A lot of the demos will run too, though with a lot of them you get a message about a _stc python module that is missing.  I haven't looked into it.</description>
		<content:encoded><![CDATA[	<p>wxPython 2.8.6.0 seems to run okay.</p>
	<p>Here is a summary of how I got it working in scratchbox:</p>
	<p>Set up scratchbox and get it working per the tutorial<br />
Create a file named .gtkrc-2.0 in your scratchbox home directory with the following line:<br />
include &#8216;/usr/share/themes/default/gtk-2.0/gtkrc&#8217;</p>
	<p>Install the python2.5 package from the maemo repository (right now only the ARM packages will install)<br />
Download the wxPython 2.8.6.0 source code archive and extract it<br />
create a bld directory inside of the directory<br />
cd into it</p>
	<p>../configure &#8211;without-opengl &#8211;disable-debug &#8211;enable-sound &#8211;with-gtk &#8211;enable-unicode<br />
make<br />
make install</p>
	<p>cd into the wxPython subdirectory<br />
python2.5 setup.py build_ext &#8211;inplace UNICODE=1 BUILD_GLCANVAS=0 BUILD_STC=0 BUILD_GIZMOS=0<br />
python2.5 setup.py install UNICODE=1 BUILD_GLCANVAS=0 BUILD_STC=0 BUILD_GIZMOS=0</p>
	<p>cd into<br />
/samples/simple<br />
run-standalone.sh python2.5 ./simple.py</p>
	<p>A lot of the demos will run too, though with a lot of them you get a message about a _stc python module that is missing.  I haven&#8217;t looked into it.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxPython running on Maemo by: stan one</title>
		<link>http://n770.herraiz.org/archives/17#comment-18874</link>
		<pubDate>Thu, 13 Sep 2007 16:33:45 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/17#comment-18874</guid>
					<description>Where's the .deb or working binary,
trying to compile it for the N800 and its failing.

did you happen to pack it up when you compiled it.?</description>
		<content:encoded><![CDATA[	<p>Where&#8217;s the .deb or working binary,<br />
trying to compile it for the N800 and its failing.</p>
	<p>did you happen to pack it up when you compiled it.?
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxPython running on Maemo by: stan one</title>
		<link>http://n770.herraiz.org/archives/17#comment-18875</link>
		<pubDate>Thu, 13 Sep 2007 16:33:42 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/17#comment-18875</guid>
					<description>Where's the .deb or working binary,
trying to compile it for the N800 and its failing.

did you happen to pack it up when you compiled it.?</description>
		<content:encoded><![CDATA[	<p>Where&#8217;s the .deb or working binary,<br />
trying to compile it for the N800 and its failing.</p>
	<p>did you happen to pack it up when you compiled it.?
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxPython running on Maemo by: herraiz</title>
		<link>http://n770.herraiz.org/archives/17#comment-18459</link>
		<pubDate>Sat, 18 Aug 2007 08:32:25 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/17#comment-18459</guid>
					<description>I started to develop it, but I never finished it. It worked awfully anyway.

I recommend you to try &lt;a href=&quot;http://maemo.org/downloads/product/claws-mail&quot; rel=&quot;nofollow&quot;&gt;claws-mail&lt;/a&gt; iinstead.</description>
		<content:encoded><![CDATA[	<p>I started to develop it, but I never finished it. It worked awfully anyway.</p>
	<p>I recommend you to try <a href="http://maemo.org/downloads/product/claws-mail" rel="nofollow">claws-mail</a> iinstead.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxPython running on Maemo by: Khertan</title>
		<link>http://n770.herraiz.org/archives/17#comment-18274</link>
		<pubDate>Tue, 07 Aug 2007 15:13:43 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/17#comment-18274</guid>
					<description>Hi,

I've just read that you ve developped an email client in PyGTK. Does it include an offline imap and is it available somewhere ?

Thanks</description>
		<content:encoded><![CDATA[	<p>Hi,</p>
	<p>I&#8217;ve just read that you ve developped an email client in PyGTK. Does it include an offline imap and is it available somewhere ?</p>
	<p>Thanks
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxPython running on Maemo by: herraiz</title>
		<link>http://n770.herraiz.org/archives/17#comment-83</link>
		<pubDate>Wed, 22 Feb 2006 13:37:58 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/17#comment-83</guid>
					<description>Yes, I am afraid you are right. But even only PyGTK is consuming a lot of memory. For example, I was developing a email client with PyGTK, and it ran perfectly on my computer inside the scratchbox. But when I tried it on my Nokia 770 it was slow as you can't imagine.</description>
		<content:encoded><![CDATA[	<p>Yes, I am afraid you are right. But even only PyGTK is consuming a lot of memory. For example, I was developing a email client with PyGTK, and it ran perfectly on my computer inside the scratchbox. But when I tried it on my Nokia 770 it was slow as you can&#8217;t imagine.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxPython running on Maemo by: Chris</title>
		<link>http://n770.herraiz.org/archives/17#comment-80</link>
		<pubDate>Wed, 22 Feb 2006 00:00:31 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/17#comment-80</guid>
					<description>I'm curious about memory issues. wxPython takes a fair bit of memory (34MB for a simple app on my linux box), which looks to be in short supply on the 770. Part of this is due to the extra layer of wxWidgets on top of GTK, in additon to the Python bindings.

For this reason, I had expected that PyGTK may be the only usable option for Python GUI development on the 770. I'm so glad you've proved me wrong!</description>
		<content:encoded><![CDATA[	<p>I&#8217;m curious about memory issues. wxPython takes a fair bit of memory (34MB for a simple app on my linux box), which looks to be in short supply on the 770. Part of this is due to the extra layer of wxWidgets on top of GTK, in additon to the Python bindings.</p>
	<p>For this reason, I had expected that PyGTK may be the only usable option for Python GUI development on the 770. I&#8217;m so glad you&#8217;ve proved me wrong!
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxPython running on Maemo by: Connecting geeks &#187; wxWidgets and wxPython almost hildonized</title>
		<link>http://n770.herraiz.org/archives/17#comment-75</link>
		<pubDate>Fri, 03 Feb 2006 20:20:43 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/17#comment-75</guid>
					<description>[...] My last try did not manage to get a proper look and feel in the Maemo environment. I copied the files from /usr/share/themes from my Nokia 770 to the scratchbox environment on my computer (just click here if you are wondering what the hell is a scratchbox), and added this to .gtkrc-2.0 to my home directory [...]</description>
		<content:encoded><![CDATA[	<p>[&#8230;] My last try did not manage to get a proper look and feel in the Maemo environment. I copied the files from /usr/share/themes from my Nokia 770 to the scratchbox environment on my computer (just click here if you are wondering what the hell is a scratchbox), and added this to .gtkrc-2.0 to my home directory [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxPython running on Maemo by: herraiz</title>
		<link>http://n770.herraiz.org/archives/17#comment-72</link>
		<pubDate>Mon, 23 Jan 2006 13:27:17 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/17#comment-72</guid>
					<description>Not yet. I only compiled &lt;a href=&quot;http://www.wxwidgets.org&quot; rel=&quot;nofollow&quot;&gt;wxWidgets&lt;/a&gt; and &lt;a href=&quot;http://www.wxpython.org&quot; rel=&quot;nofollow&quot;&gt;wxPython&lt;/a&gt; on Maemo, but without changes over the original code. The look and feel is not yet hildon-like, so I will try to improve the look and feel and then I will add it to the Maemo wiki.</description>
		<content:encoded><![CDATA[	<p>Not yet. I only compiled <a href="http://www.wxwidgets.org" rel="nofollow">wxWidgets</a> and <a href="http://www.wxpython.org" rel="nofollow">wxPython</a> on Maemo, but without changes over the original code. The look and feel is not yet hildon-like, so I will try to improve the look and feel and then I will add it to the Maemo wiki.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxPython running on Maemo by: Alejandro Rivero</title>
		<link>http://n770.herraiz.org/archives/17#comment-70</link>
		<pubDate>Mon, 23 Jan 2006 07:22:39 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/17#comment-70</guid>
					<description>Fine thing! Have you already noted it somewhere in the Maemo Wiki? Perhaps in a How to, or in the list of ported applications.</description>
		<content:encoded><![CDATA[	<p>Fine thing! Have you already noted it somewhere in the Maemo Wiki? Perhaps in a How to, or in the list of ported applications.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

