<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Coding for Nokia 770 using Python - Misc Notes</title>
	<link>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/</link>
	<description>The truth isn't in here...</description>
	<pubDate>Tue, 06 Jan 2009 15:06:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Teemu</title>
		<link>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-52604</link>
		<author>Teemu</author>
		<pubDate>Sat, 14 Jul 2007 05:23:45 +0000</pubDate>
		<guid>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-52604</guid>
		<description>Hi Shally,

I'm guessing it might have something to do with file access rights. When you launched the application from commandline were you logged in as a root? Otherwise I don't know what could be causing this. You might wanna ask in the maemo developers mailing list if someone there could help you out. https://maemo.org/mailman/listinfo/maemo-developers</description>
		<content:encoded><![CDATA[<p>Hi Shally,</p>
<p>I&#8217;m guessing it might have something to do with file access rights. When you launched the application from commandline were you logged in as a root? Otherwise I don&#8217;t know what could be causing this. You might wanna ask in the maemo developers mailing list if someone there could help you out. <a href="https://maemo.org/mailman/listinfo/maemo-developers" rel="nofollow">https://maemo.org/mailman/listinfo/maemo-developers</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shallly</title>
		<link>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-52601</link>
		<author>Shallly</author>
		<pubDate>Sat, 14 Jul 2007 04:23:49 +0000</pubDate>
		<guid>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-52601</guid>
		<description>Hi Teemu... I'm so glad that I found you. :) I have nobody to ask my problem, neither no idea what the problem is.
I'm making an application using python. It works well on PC. 
I made it a deb package, and installed it on nokia 770. When I start the program using commandline, it works perfect. The problem starts when I click the icon to start the problem. Everything's fine except images. The images don't show up. Above, morical mentioned sort of same problem as I encountered, so I tried the same way as mentioned. But it doesn't work for me. Do you have any idea?</description>
		<content:encoded><![CDATA[<p>Hi Teemu&#8230; I&#8217;m so glad that I found you. <img src='http://www.teemuharju.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I have nobody to ask my problem, neither no idea what the problem is.<br />
I&#8217;m making an application using python. It works well on PC.<br />
I made it a deb package, and installed it on nokia 770. When I start the program using commandline, it works perfect. The problem starts when I click the icon to start the problem. Everything&#8217;s fine except images. The images don&#8217;t show up. Above, morical mentioned sort of same problem as I encountered, so I tried the same way as mentioned. But it doesn&#8217;t work for me. Do you have any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saxen</title>
		<link>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-24686</link>
		<author>saxen</author>
		<pubDate>Sun, 07 Jan 2007 21:43:33 +0000</pubDate>
		<guid>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-24686</guid>
		<description>hi mate...i've just followed this tutorial to create an icon on menu at lybniz, a python app!! i've created it but when i try to start it from menu...it says:
loading lybniz...

but after few minutes it disappears a nothing starts.... :(
i can't undestand why it daesn't start....could u help me??

thanks... ;)</description>
		<content:encoded><![CDATA[<p>hi mate&#8230;i&#8217;ve just followed this tutorial to create an icon on menu at lybniz, a python app!! i&#8217;ve created it but when i try to start it from menu&#8230;it says:<br />
loading lybniz&#8230;</p>
<p>but after few minutes it disappears a nothing starts&#8230;. <img src='http://www.teemuharju.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
i can&#8217;t undestand why it daesn&#8217;t start&#8230;.could u help me??</p>
<p>thanks&#8230; <img src='http://www.teemuharju.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teemu</title>
		<link>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-12234</link>
		<author>Teemu</author>
		<pubDate>Tue, 15 Aug 2006 04:50:17 +0000</pubDate>
		<guid>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-12234</guid>
		<description>Hi Bernard,

The applets on the home screen are slightly different from "normal" applications and as far as I know it is not possible to code those totally in python. Maybe some day in the future.

Yes, S60 documentation is really good. However, there is not that extensive documentation on Python for Maemo. &lt;a href="http://www.maemo.org/platform/docs/pymaemo/python_maemo_howto.html" rel="nofollow"&gt;This tutorial&lt;/a&gt; is really good, but you might have seen it already. Also there is some documentation about the APIs &lt;a href="http://www.maemo.org/platform/docs/api-index.html" rel="nofollow"&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Bernard,</p>
<p>The applets on the home screen are slightly different from &#8220;normal&#8221; applications and as far as I know it is not possible to code those totally in python. Maybe some day in the future.</p>
<p>Yes, S60 documentation is really good. However, there is not that extensive documentation on Python for Maemo. <a href="http://www.maemo.org/platform/docs/pymaemo/python_maemo_howto.html" rel="nofollow">This tutorial</a> is really good, but you might have seen it already. Also there is some documentation about the APIs <a href="http://www.maemo.org/platform/docs/api-index.html" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard</title>
		<link>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-12220</link>
		<author>Bernard</author>
		<pubDate>Mon, 14 Aug 2006 22:47:10 +0000</pubDate>
		<guid>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-12220</guid>
		<description>thanks for the tutorials. There has been a lot of talk about the Hildon interface. But I was wondering, are the applets on the home screen also Hildon interfaces, or are they something different?
It would be very cool the be able to make a home screen applet using Python. Is this covered in any part of these tutorials?

I haven't yet programmed for the 770 at all, but I am familiar with Python on the PC and on Symbian S60. 
Nokia made wonderful documentation for python on S60.
But I haven't seen any documentation on Meamo specific python modules (like for the Hildoninterface). Can anybody provide a link?</description>
		<content:encoded><![CDATA[<p>thanks for the tutorials. There has been a lot of talk about the Hildon interface. But I was wondering, are the applets on the home screen also Hildon interfaces, or are they something different?<br />
It would be very cool the be able to make a home screen applet using Python. Is this covered in any part of these tutorials?</p>
<p>I haven&#8217;t yet programmed for the 770 at all, but I am familiar with Python on the PC and on Symbian S60.<br />
Nokia made wonderful documentation for python on S60.<br />
But I haven&#8217;t seen any documentation on Meamo specific python modules (like for the Hildoninterface). Can anybody provide a link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teemu</title>
		<link>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-3925</link>
		<author>Teemu</author>
		<pubDate>Mon, 05 Jun 2006 05:40:12 +0000</pubDate>
		<guid>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-3925</guid>
		<description>Hi Robert,

I'll get into Eagle for sure at some point. I haven't yet has time to look into it, but it looks very promising.</description>
		<content:encoded><![CDATA[<p>Hi Robert,</p>
<p>I&#8217;ll get into Eagle for sure at some point. I haven&#8217;t yet has time to look into it, but it looks very promising.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Sperberg</title>
		<link>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-3606</link>
		<author>Roger Sperberg</author>
		<pubDate>Fri, 02 Jun 2006 11:06:36 +0000</pubDate>
		<guid>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-3606</guid>
		<description>Hi, Teemu --

Are you going to get into Eagle (http://www.gustavobarbieri.com.br/eagle/docs/eagle.html )?</description>
		<content:encoded><![CDATA[<p>Hi, Teemu &#8211;</p>
<p>Are you going to get into Eagle (http://www.gustavobarbieri.com.br/eagle/docs/eagle.html )?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teemu</title>
		<link>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-3594</link>
		<author>Teemu</author>
		<pubDate>Fri, 02 Jun 2006 05:09:45 +0000</pubDate>
		<guid>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-3594</guid>
		<description>Hi mr.wilson,

Nice to hear that my tutorials have helped you. Nice app you've created. I'm gonna check it out.</description>
		<content:encoded><![CDATA[<p>Hi mr.wilson,</p>
<p>Nice to hear that my tutorials have helped you. Nice app you&#8217;ve created. I&#8217;m gonna check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr.wilson</title>
		<link>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-3592</link>
		<author>mr.wilson</author>
		<pubDate>Fri, 02 Jun 2006 02:41:58 +0000</pubDate>
		<guid>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-3592</guid>
		<description>I wanted to say thanks to Teemu and the comments here it helped me put together a little app to read MS word docs using antiword.  Then display it in a python front end.  i created  deb file so others can try it out.  

http://atlas.kennesaw.edu/~rmw1202/antiwordFE.html</description>
		<content:encoded><![CDATA[<p>I wanted to say thanks to Teemu and the comments here it helped me put together a little app to read MS word docs using antiword.  Then display it in a python front end.  i created  deb file so others can try it out.  </p>
<p><a href="http://atlas.kennesaw.edu/~rmw1202/antiwordFE.html" rel="nofollow">http://atlas.kennesaw.edu/~rmw1202/antiwordFE.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: morical</title>
		<link>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-1043</link>
		<author>morical</author>
		<pubDate>Tue, 11 Apr 2006 17:37:39 +0000</pubDate>
		<guid>http://www.teemuharju.net/2006/02/14/coding-for-nokia-770-using-python-misc-notes/#comment-1043</guid>
		<description>Haudi, 

I used commands.getoutput(), though it might be bit old-fashioned :)  By the way, has anyone done any customizing of styles via rc-files? So that one could use own rc-file to define basic style (eg. buttons) for widgets? Or is there some other easy way to customize styles of widget in code with gtk? 

I was able to create my own rc-file and use it in maemo, but after I download it to 770 styles don't work.... both gtk.rc_parse("filepath") and gtk.add_default_file("filepath") work in maemo but not in 770 (at least not from same path... maybe I have to use those /theme directories and play with them)</description>
		<content:encoded><![CDATA[<p>Haudi, </p>
<p>I used commands.getoutput(), though it might be bit old-fashioned <img src='http://www.teemuharju.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  By the way, has anyone done any customizing of styles via rc-files? So that one could use own rc-file to define basic style (eg. buttons) for widgets? Or is there some other easy way to customize styles of widget in code with gtk? </p>
<p>I was able to create my own rc-file and use it in maemo, but after I download it to 770 styles don&#8217;t work&#8230;. both gtk.rc_parse(&#8221;filepath&#8221;) and gtk.add_default_file(&#8221;filepath&#8221;) work in maemo but not in 770 (at least not from same path&#8230; maybe I have to use those /theme directories and play with them)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
