<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Extending Python for Series 60</title>
	<link>http://www.postneo.com/2004/12/23/extending-python-for-series-60</link>
	<description>what comes next?</description>
	<pubDate>Thu, 11 Mar 2010 23:06:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Instant Payday Loan</title>
		<link>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-104753</link>
		<pubDate>Thu, 23 Aug 2007 20:25:44 +0000</pubDate>
		<guid>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-104753</guid>
					<description>&lt;strong&gt;Instant Payday Loan...&lt;/strong&gt;

cool design. i like it!...</description>
		<content:encoded><![CDATA[<p><strong>Instant Payday Loan&#8230;</strong></p>
<p>cool design. i like it!<br />
&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Payday Loans</title>
		<link>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-104414</link>
		<pubDate>Wed, 22 Aug 2007 18:22:57 +0000</pubDate>
		<guid>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-104414</guid>
					<description>&lt;strong&gt;Payday Loans...&lt;/strong&gt;

adding to my bookmarks......</description>
		<content:encoded><![CDATA[<p><strong>Payday Loans&#8230;</strong></p>
<p>adding to my bookmarks&#8230;<br />
&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Susan Skoog</title>
		<link>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-7231</link>
		<pubDate>Sat, 20 Aug 2005 10:47:21 +0000</pubDate>
		<guid>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-7231</guid>
					<description>&lt;strong&gt;bowens coach travel&lt;/strong&gt;

Extending Python for S...</description>
		<content:encoded><![CDATA[<p><strong>bowens coach travel<br />
</strong></p>
<p>Extending Python for S&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Don P</title>
		<link>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-6919</link>
		<pubDate>Tue, 02 Aug 2005 09:24:52 +0000</pubDate>
		<guid>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-6919</guid>
					<description>Matt, I'm trying to use pyexpat on my nokia 6600 phone but it dies after looking for the library _weakref extension module.</description>
		<content:encoded><![CDATA[<p>Matt, I&#8217;m trying to use pyexpat on my nokia 6600 phone but it dies after looking for the library _weakref extension module.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Extending Python for Series 60</title>
		<link>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-4109</link>
		<pubDate>Wed, 08 Jun 2005 22:41:50 +0000</pubDate>
		<guid>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-4109</guid>
					<description>&lt;trackback /&gt;&lt;strong&gt;Extending Python for Series 60&lt;/strong&gt;
Extending Python for S...</description>
		<content:encoded><![CDATA[<trackback /><strong>Extending Python for Series 60</strong><br />
Extending Python for S&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Fredrik</title>
		<link>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-10</link>
		<pubDate>Sat, 25 Dec 2004 07:41:57 +0000</pubDate>
		<guid>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-10</guid>
					<description>xmlrpclib doesn't depend on Python's xml package (it falls back on xmllib if necessary).  if you need DOM-like structures but no namespaces, you can use ElementTree with the SimpleXMLTreeBuilder module (which uses xmllib).</description>
		<content:encoded><![CDATA[<p>xmlrpclib doesn&#8217;t depend on Python&#8217;s xml package (it falls back on xmllib if necessary).  if you need DOM-like structures but no namespaces, you can use ElementTree with the SimpleXMLTreeBuilder module (which uses xmllib).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Matt Croydon</title>
		<link>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-9</link>
		<pubDate>Fri, 24 Dec 2004 15:22:01 +0000</pubDate>
		<guid>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-9</guid>
					<description>Tim: Yep, I found that out last night too and was rather dissapointed.  Parsing HTML with sgmllib works, but so far no luck with xmlrpclib.  It might be possible to use the expat parser linked above to make it work.</description>
		<content:encoded><![CDATA[<p>Tim: Yep, I found that out last night too and was rather dissapointed.  Parsing HTML with sgmllib works, but so far no luck with xmlrpclib.  It might be possible to use the expat parser linked above to make it work.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tim</title>
		<link>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-8</link>
		<pubDate>Fri, 24 Dec 2004 14:52:55 +0000</pubDate>
		<guid>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-8</guid>
					<description>xmllib has enough of a parser for xmlrpclib to work on the series 60.</description>
		<content:encoded><![CDATA[<p>xmllib has enough of a parser for xmlrpclib to work on the series 60.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Fredrik</title>
		<link>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-4</link>
		<pubDate>Thu, 23 Dec 2004 17:48:55 +0000</pubDate>
		<guid>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-4</guid>
					<description>Adding the xml python package won't help you if you don't have an XML parser; pyexpat adds exactly that.

(note that Nokia's samples never use the XML library; instead, they use regular expressions to parse XML...)</description>
		<content:encoded><![CDATA[<p>Adding the xml python package won&#8217;t help you if you don&#8217;t have an XML parser; pyexpat adds exactly that.</p>
<p>(note that Nokia&#8217;s samples never use the XML library; instead, they use regular expressions to parse XML&#8230;)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Matt Croydon</title>
		<link>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-1</link>
		<pubDate>Thu, 23 Dec 2004 16:34:44 +0000</pubDate>
		<guid>http://www.postneo.com/2004/12/23/extending-python-for-series-60#comment-1</guid>
					<description>Comments work now.  I've got to deal with the url structure and old link style stuff coming in won't have comments working :(</description>
		<content:encoded><![CDATA[<p>Comments work now.  I&#8217;ve got to deal with the url structure and old link style stuff coming in won&#8217;t have comments working <img src='http://www.postneo.com/wp/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
