Re: Harmattan Python is available

2011-06-29 Thread Sanjeev (EIPI)
On 6/29/11, Thomas Perl wrote: > Hi, > > 2011/6/29 Sanjeev (EIPI) : >> 1. Is a Python SOAP client coming to Harmattan, like there was with >> Fremantle (e.g. python-suds) > > Looking at the python-suds source code, it seems like it's a pure > Python module. You could just drop it into your project

Detailed comparison results for Maemo 5 Fremantle and MeeGo 1.2 Harmattan

2011-06-29 Thread Andrey Ponomarenko
Hi, This message is intended for those who are interested in porting applications from Maemo 5.0 Fremantle to MeeGo 1.2 Harmattan. The Maemo release team has already published the differences between the corresponding versions of SDK [1]. I would like to extend them by our comparison results

Re: Harmattan Python is available

2011-06-29 Thread Matti Airas
On 29.06.2011 03:55, ext Sanjeev (EIPI) wrote: 1. Is a Python SOAP client coming to Harmattan, like there was with Fremantle (e.g. python-suds) This is somewhat specialized stuff and as Thomas mentioned, should be quite easy for developers to add manually. We can add this to our backlog but n

Re: Harmattan Python is available

2011-06-29 Thread Matti Airas
On 23.06.2011 21:48, ext Michael Hasselmann wrote: On Tue, 2011-06-21 at 19:26 -0300, Luciano Wolf wrote: Supported on Nokia's N9 phone and preloaded on the Nokia N950 developer device as well as the Harmattan Platform SDK That means end users would have to install PySide first? No, any avail

Re: Harmattan Python is available

2011-06-29 Thread Matti Airas
On 22.06.2011 02:39, ext Edward Page wrote: Thank you very much for all of this work! I had several questions and so decided to go to the source to find the answers but I can't seem to find a link from the wiki page (or a quick google search). I assume things are still rolling out? Hi, if th

Re: Harmattan Python is available

2011-06-29 Thread Matti Airas
Hi, Sorry for the delay in my reply... On 23.06.2011 13:06, ext BenoƮt HERVIER wrote: A question about it, does 3rd party python module could be uploaded to the "repository" that ovi app can depends on ? Or does should be included in the app ? Hi, no, unfortunately the Nokia Apps repository t

Re: Harmattan Python is available

2011-06-29 Thread Thomas Perl
Hi, 2011/6/29 Sanjeev (EIPI) : > 1. Is a Python SOAP client coming to Harmattan, like there was with > Fremantle (e.g. python-suds) Looking at the python-suds source code, it seems like it's a pure Python module. You could just drop it into your project and bundle it with it (if you want to publi