<?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: wxWidgets and wxPython almost hildonized</title>
	<link>http://n770.herraiz.org/archives/18</link>
	<description>Stories about a geek playing with gadgets</description>
	<pubDate>Sat, 13 Mar 2010 20:09:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>

	<item>
 		<title>Comment on wxWidgets and wxPython almost hildonized by: petit casino</title>
		<link>http://n770.herraiz.org/archives/18#comment-24897</link>
		<pubDate>Sun, 23 Mar 2008 09:52:29 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/18#comment-24897</guid>
					<description>&lt;strong&gt;petit casino&lt;/strong&gt;

rationalized Leo,revival?</description>
		<content:encoded><![CDATA[	<p><strong>petit casino</strong></p>
	<p>rationalized Leo,revival?
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxWidgets and wxPython almost hildonized by: jaremo</title>
		<link>http://n770.herraiz.org/archives/18#comment-20780</link>
		<pubDate>Tue, 20 Nov 2007 09:09:40 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/18#comment-20780</guid>
					<description>Hi, I tried this, but when I'm in bld directory and try to run &quot;configure&quot; as stated, I get:

Segmentation fault (core dumped)

I have absolutely NO IDEA what goes wrong, anyone else? I was working in Scratchbox ARMEL target.</description>
		<content:encoded><![CDATA[	<p>Hi, I tried this, but when I&#8217;m in bld directory and try to run &#8220;configure&#8221; as stated, I get:</p>
	<p>Segmentation fault (core dumped)</p>
	<p>I have absolutely NO IDEA what goes wrong, anyone else? I was working in Scratchbox ARMEL target.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxWidgets and wxPython almost hildonized by: cowbot</title>
		<link>http://n770.herraiz.org/archives/18#comment-19328</link>
		<pubDate>Thu, 04 Oct 2007 10:06:17 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/18#comment-19328</guid>
					<description>Looks very dead-ish.  The maemo.org wiki links to wxwidgets libs are also dead.

Can anyone who got the widgets working test build audacity?  There are many optional libraries that need to be omitted - hack debian compat, control and rules for minimal configuration and you could possibly get a maemo build.  

Leave a note on internettablettalk.com forums for best visibility.</description>
		<content:encoded><![CDATA[	<p>Looks very dead-ish.  The maemo.org wiki links to wxwidgets libs are also dead.</p>
	<p>Can anyone who got the widgets working test build audacity?  There are many optional libraries that need to be omitted - hack debian compat, control and rules for minimal configuration and you could possibly get a maemo build.  </p>
	<p>Leave a note on internettablettalk.com forums for best visibility.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxWidgets and wxPython almost hildonized by: Peter</title>
		<link>http://n770.herraiz.org/archives/18#comment-19287</link>
		<pubDate>Tue, 02 Oct 2007 21:57:45 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/18#comment-19287</guid>
					<description>Set up Maemo 3.2 SDK and get scratchbox 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>Set up Maemo 3.2 SDK and get scratchbox 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 wxWidgets and wxPython almost hildonized by: herraiz</title>
		<link>http://n770.herraiz.org/archives/18#comment-13101</link>
		<pubDate>Thu, 04 Jan 2007 14:39:46 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/18#comment-13101</guid>
					<description>I tried to do something, but I did not avanced too much. If you want to work with wxPython, it is easy to do it just compiling it under the scratchbox environment, and following my instructions. However, some things like menu bars do not work properly (this is, according to the Maemo standards) under the 770.

Sorry, but I do not think I will be able of working on this in the next weeks/months.</description>
		<content:encoded><![CDATA[	<p>I tried to do something, but I did not avanced too much. If you want to work with wxPython, it is easy to do it just compiling it under the scratchbox environment, and following my instructions. However, some things like menu bars do not work properly (this is, according to the Maemo standards) under the 770.</p>
	<p>Sorry, but I do not think I will be able of working on this in the next weeks/months.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxWidgets and wxPython almost hildonized by: Chris Barker</title>
		<link>http://n770.herraiz.org/archives/18#comment-13096</link>
		<pubDate>Thu, 04 Jan 2007 05:15:15 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/18#comment-13096</guid>
					<description>I see your last post is from August -- have you done anything since then?

I jsut got my 770 for Xmass and I'd love to get wxPython running on it -- I'm a big wxPython fan.

-Chris</description>
		<content:encoded><![CDATA[	<p>I see your last post is from August &#8212; have you done anything since then?</p>
	<p>I jsut got my 770 for Xmass and I&#8217;d love to get wxPython running on it &#8212; I&#8217;m a big wxPython fan.</p>
	<p>-Chris
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxWidgets and wxPython almost hildonized by: herraiz</title>
		<link>http://n770.herraiz.org/archives/18#comment-3843</link>
		<pubDate>Sun, 13 Aug 2006 20:44:49 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/18#comment-3843</guid>
					<description>It seems that wxWidgets has been already hildonized. I will write another post about it. Keep an eye on the blog. I will try to do it as soon as possible.

You can check also the sources of wxGTK, and use the option --with-hildon in the configure file when compiling the library.

Check &lt;a href=&quot;http://www.wxwidgets.org&quot;&gt;wxwidgets.org&lt;/a&gt; for the sources (&lt;a href=&quot;http://www.wxpython.org&quot;&gt;wxpython.org&lt;/a&gt; for the Python binding).</description>
		<content:encoded><![CDATA[	<p>It seems that wxWidgets has been already hildonized. I will write another post about it. Keep an eye on the blog. I will try to do it as soon as possible.</p>
	<p>You can check also the sources of wxGTK, and use the option &#8211;with-hildon in the configure file when compiling the library.</p>
	<p>Check <a href="http://www.wxwidgets.org">wxwidgets.org</a> for the sources (<a href="http://www.wxpython.org">wxpython.org</a> for the Python binding).
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxWidgets and wxPython almost hildonized by: Laszlo</title>
		<link>http://n770.herraiz.org/archives/18#comment-3842</link>
		<pubDate>Sun, 13 Aug 2006 20:07:17 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/18#comment-3842</guid>
					<description>Hi,

Could you send me the raw files or the package?
I would love to try them out on y Nokia770.

My email lantal@tmail.com.

Thank you in advance

Laszlo</description>
		<content:encoded><![CDATA[	<p>Hi,</p>
	<p>Could you send me the raw files or the package?<br />
I would love to try them out on y Nokia770.</p>
	<p>My email <a href="mailto:lantal@tmail.com.">lantal@tmail.com.</a></p>
	<p>Thank you in advance</p>
	<p>Laszlo
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxWidgets and wxPython almost hildonized by: Thomas</title>
		<link>http://n770.herraiz.org/archives/18#comment-602</link>
		<pubDate>Thu, 13 Apr 2006 01:04:21 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/18#comment-602</guid>
					<description>Hi,

Can I get the raw files for wxwidgets? ii would like to try them out. I don't really need a package if you tell me where i have to move them :)

you can contact me at: thomas.schmid[atREPLACE]gmail.com

Thanks,

Thomas</description>
		<content:encoded><![CDATA[	<p>Hi,</p>
	<p>Can I get the raw files for wxwidgets? ii would like to try them out. I don&#8217;t really need a package if you tell me where i have to move them <img src='http://n770.herraiz.org/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
	<p>you can contact me at: thomas.schmid[atREPLACE]gmail.com</p>
	<p>Thanks,</p>
	<p>Thomas
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on wxWidgets and wxPython almost hildonized by: herraiz</title>
		<link>http://n770.herraiz.org/archives/18#comment-373</link>
		<pubDate>Thu, 30 Mar 2006 08:40:03 +0000</pubDate>
		<guid>http://n770.herraiz.org/archives/18#comment-373</guid>
					<description>On 2.6.2.1</description>
		<content:encoded><![CDATA[	<p>On 2.6.2.1
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
