<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for RandomSplat</title>
	
	<link>http://randomsplat.com</link>
	<description>Software Commentary</description>
	<lastBuildDate>Thu, 26 Aug 2010 07:34:43 +1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForRandomsplat" /><feedburner:info uri="commentsforrandomsplat" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on Cross Compiling Python for Embedded Linux by Ajeet Yadav</title>
		<link>http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html/comment-page-1#comment-232</link>
		<dc:creator>Ajeet Yadav</dc:creator>
		<pubDate>Thu, 26 Aug 2010 07:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://randomsplat.com/?p=5#comment-232</guid>
		<description>I am trying to port Python 2.7 to ARM linux but I did not find patch for it, can you email for me your patch. My email is ajeet.yadav.77@gmail.com.</description>
		<content:encoded><![CDATA[<p>I am trying to port Python 2.7 to ARM linux but I did not find patch for it, can you email for me your patch. My email is <a href="mailto:ajeet.yadav.77@gmail.com">ajeet.yadav.77@gmail.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross Compiling Python for Embedded Linux by Eduardo Felipe</title>
		<link>http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html/comment-page-1#comment-228</link>
		<dc:creator>Eduardo Felipe</dc:creator>
		<pubDate>Thu, 19 Aug 2010 23:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://randomsplat.com/?p=5#comment-228</guid>
		<description>I ran into an issue compiling Python 2.6.2 and creating a zip with the standard library. It couldn't import anything, printing and error:

    zipimport.ZipImportError: can't decompress data; zlib not available

So I simply copied zlib.so to /python/lib/python2.6 and it worked.
Just posting here to help my future self ;)</description>
		<content:encoded><![CDATA[<p>I ran into an issue compiling Python 2.6.2 and creating a zip with the standard library. It couldn&#8217;t import anything, printing and error:</p>
<p>    zipimport.ZipImportError: can&#8217;t decompress data; zlib not available</p>
<p>So I simply copied zlib.so to /python/lib/python2.6 and it worked.<br />
Just posting here to help my future self <img src='http://randomsplat.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross Compiling Python for Embedded Linux by Kamyar Inanloo</title>
		<link>http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html/comment-page-1#comment-207</link>
		<dc:creator>Kamyar Inanloo</dc:creator>
		<pubDate>Mon, 21 Jun 2010 08:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://randomsplat.com/?p=5#comment-207</guid>
		<description>Compiling on Mac OS X: using .exe trick resolved the first problem, but still the system thinks it is compiling something for mac, since it is trying to use CodeFoundation and so. What should I do? I tried removing mac-related lines from Makefile manually but no luck.</description>
		<content:encoded><![CDATA[<p>Compiling on Mac OS X: using .exe trick resolved the first problem, but still the system thinks it is compiling something for mac, since it is trying to use CodeFoundation and so. What should I do? I tried removing mac-related lines from Makefile manually but no luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross Compiling Python for Embedded Linux by Wladimir</title>
		<link>http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html/comment-page-1#comment-200</link>
		<dc:creator>Wladimir</dc:creator>
		<pubDate>Sun, 06 Jun 2010 12:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://randomsplat.com/?p=5#comment-200</guid>
		<description>Thanks for the great explanation and patches. Guido, this should be in the mainline! To encourage the use of Python in embedded development it should be as easy as possible to cross-compile it (at least, no source code patching should be needed).</description>
		<content:encoded><![CDATA[<p>Thanks for the great explanation and patches. Guido, this should be in the mainline! To encourage the use of Python in embedded development it should be as easy as possible to cross-compile it (at least, no source code patching should be needed).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross Compiling Python for Embedded Linux by Momo</title>
		<link>http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html/comment-page-1#comment-194</link>
		<dc:creator>Momo</dc:creator>
		<pubDate>Fri, 04 Jun 2010 06:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://randomsplat.com/?p=5#comment-194</guid>
		<description>Message for Nguyen Thai Binh: Can you contact me on my email or give me yours: snice1981@gmail.com 

I would like to use ELDK also but I don't know how. If you could give me some tips, it would be greate :-) 

Thanks</description>
		<content:encoded><![CDATA[<p>Message for Nguyen Thai Binh: Can you contact me on my email or give me yours: <a href="mailto:snice1981@gmail.com">snice1981@gmail.com</a> </p>
<p>I would like to use ELDK also but I don&#8217;t know how. If you could give me some tips, it would be greate <img src='http://randomsplat.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross Compiling Python for Embedded Linux by Paul Gibson</title>
		<link>http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html/comment-page-1#comment-133</link>
		<dc:creator>Paul Gibson</dc:creator>
		<pubDate>Sun, 11 Apr 2010 21:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://randomsplat.com/?p=5#comment-133</guid>
		<description>Thanks Art, appreciate the effort.  I will test and incorporate into my patches.</description>
		<content:encoded><![CDATA[<p>Thanks Art, appreciate the effort.  I will test and incorporate into my patches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross Compiling Python for Embedded Linux by Art Shipkowski</title>
		<link>http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html/comment-page-1#comment-132</link>
		<dc:creator>Art Shipkowski</dc:creator>
		<pubDate>Sun, 11 Apr 2010 16:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://randomsplat.com/?p=5#comment-132</guid>
		<description>I was expecting a trackback to pop up, but I &lt;a href="http://www.fox-dreams.com/art/2010/04/xcompiling-python-with-ctypes/" rel="nofollow"&gt;posted&lt;/a&gt; about using your technique and getting functional _ctypes support in the bargain. It occurs to me you could incorporate the technique into future patches.</description>
		<content:encoded><![CDATA[<p>I was expecting a trackback to pop up, but I <a href="http://www.fox-dreams.com/art/2010/04/xcompiling-python-with-ctypes/" rel="nofollow">posted</a> about using your technique and getting functional _ctypes support in the bargain. It occurs to me you could incorporate the technique into future patches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross Compiling Python for Embedded Linux by Nguyen Thai Binh</title>
		<link>http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html/comment-page-1#comment-37</link>
		<dc:creator>Nguyen Thai Binh</dc:creator>
		<pubDate>Mon, 18 Jan 2010 08:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://randomsplat.com/?p=5#comment-37</guid>
		<description>Thank you for your work for cross compile python.I followed your instructions to cross compile python2.6.4 for powerpc405 (i used eldk as cross compile tool). The compilation process was ok, and no errors occured.</description>
		<content:encoded><![CDATA[<p>Thank you for your work for cross compile python.I followed your instructions to cross compile python2.6.4 for powerpc405 (i used eldk as cross compile tool). The compilation process was ok, and no errors occured.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross Compiling Python for Embedded Linux by Anonymous</title>
		<link>http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html/comment-page-1#comment-36</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 13 Jan 2010 09:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://randomsplat.com/?p=5#comment-36</guid>
		<description>Great tutorial!  If you're cross-compiling in OS X, the python executable is actually called python.exe (since OS X filenames are case-insensitive).  So the make and mv commands should be:

make python.exe Parser/pgen

mv python.exe hostpython</description>
		<content:encoded><![CDATA[<p>Great tutorial!  If you&#8217;re cross-compiling in OS X, the python executable is actually called python.exe (since OS X filenames are case-insensitive).  So the make and mv commands should be:</p>
<p>make python.exe Parser/pgen</p>
<p>mv python.exe hostpython</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross Compiling Python for Embedded Linux by Paul Gibson</title>
		<link>http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html/comment-page-1#comment-31</link>
		<dc:creator>Paul Gibson</dc:creator>
		<pubDate>Mon, 28 Dec 2009 12:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://randomsplat.com/?p=5#comment-31</guid>
		<description>Just updated the post for Python 2.6.4.</description>
		<content:encoded><![CDATA[<p>Just updated the post for Python 2.6.4.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
