You Are Here:

Community: Developer Discussion Boards

View Poll Results : What kind of device do you use for PyS60?
1st edition (e.g. 3650, N-Gage)
1 Votes / 3%
2nd edition (e.g. 6600, 7610, 6630, N70)
19 Votes / 56%
3rd edition (e.g. E70, N80)
23 Votes / 68%
No S60 device, just playing with the emulator.
1 Votes / 3%
Multiple Choice Poll. Voters: 34. You may not vote on this poll

Reply « Previous Thread | Next Thread »

#1 Old Talking Python for S60 1.3.11 released - 2006-10-10, 14:17

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
Python for S60 1.3.11 is now available for download at SourceForge:

http://sourceforge.net/project/showf...roup_id=154155

This release is for both 2nd and 3rd edition devices. We no longer actively support 1st edition, but if someone is interested in making 1st edition builds of PyS60, then just get the source and go ahead.

The release includes some bug fixes and a few new features. Consult the release notes for details: http://sourceforge.net/project/shown...roup_id=154155

The most notable difference for 2nd edition devices is that the package has now been split into two parts just like the 3rd edition package.

***You need to install both the PythonforS60 _and_ the PythonScriptShell package to get the same functionality as before on 2nd edition. ***

This is still a work in progress so bug reports, patches and feature requests are welcomed in the usual places:

Bugs: http://sourceforge.net/tracker/?grou...55&atid=790646
Patches: http://sourceforge.net/tracker/?grou...55&atid=790648
Feature requests:http://sourceforge.net/tracker/?grou...55&atid=790649

When filing bugs, include the device you used, its firmware version (you can see this by entering *#0000# in the idle screen), the PyS60 version and a minimal test case (if applicable).

Since this is the first release with a codebase that supports both 2nd edition and 3rd edition, we're especially interested in any possible regressions from 1.3.1.

Stay tuned for the next release. It won't take as long as this one did

Happy hacking!

P.S. Please answer the poll at the top of this thread about the devices you use!
Last edited by jplauril : 2006-10-10 at 19:08.
Reply With Quote

#2 Old Exclamation Re: Python for S60 1.3.11 released - 2006-10-11, 13:47

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
There was a build problem in the 2nd edition SIS packages that caused camera module import to fail. See:

http://sourceforge.net/tracker/index...55&atid=790646

These new SIS packages for 2nd edition have now been uploaded to SourceForge:

PythonForS60_1_3_11_f2_2ndEd.SIS
PythonScriptShell_1_3_11_f2_2ndEd.SIS

These new binaries report "1.3.11 final2" as their version. This was only a build problem, no source changes were necessary. This problem affected just 2nd edition, FP2 and FP3 are OK. If you are using the original 1.3.11 2ndEd packages, uninstall them and install the new fixed packages.
Reply With Quote

#3 Old Re: Python for S60 1.3.11 released - 2006-10-11, 19:08

Join Date: Feb 2005
Posts: 1,353
Location: Belgium (Europe)
cyke64's Avatar
cyke64
Offline
Super Contributor
hello ,

Just to say to you to correct a typo :
I think that Python S60 3rd SDK doesn't to be signed
So correct the 3rd SDK name ...
http://prdownloads.sourceforge.net/p...d.zip?download


pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 !

pys60 extension modules on http://cyke64.googlepages.com/
Reply With Quote

#4 Old Re: Python for S60 1.3.11 released - 2006-10-11, 21:43

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
The -selfsigned in the SDK refers to the fact that it has been compiled with the capabilities that the selfsigned set allows. There are also internal builds that have a larger capability set and they are named differently.
Reply With Quote

#5 Old Re: Python for S60 1.3.11 released - 2006-10-12, 02:48

Join Date: Feb 2005
Posts: 30
dnastase's Avatar
dnastase
Offline
Registered User
Is it now possible to access the contacts and the calendar ?
IMHO that was the biggest issue w/ the previous release.

Daniel


Daniel
Reply With Quote

#6 Old Re: Python for S60 1.3.11 released - 2006-10-12, 11:55

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
Not yet, but those are coming soon.
Reply With Quote

#7 Old Re: Python for S60 1.3.11 released - 2006-10-13, 12:52

Join Date: May 2006
Posts: 622
Location: Oulu, Finland
lfd
Offline
Super Contributor
Is it planned to have a Python installer for 3rd edition phones in some new Python release?

LFD
Reply With Quote

#8 Old Re: Python for S60 1.3.11 released - 2006-10-13, 12:58

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
We're trying very hard to make this happen.
Reply With Quote

#9 Old Re: Python for S60 1.3.11 released - 2006-10-13, 13:18

Join Date: May 2006
Posts: 622
Location: Oulu, Finland
lfd
Offline
Super Contributor
Ok great!

Why does it make so hard to implement that installer on 3rd edition? Is it anything related to security or something else? It's just for my culture, I'm not blaming anybody

But you guys are doing a great job.

Thanks

LFD
Reply With Quote

#10 Old Re: Python for S60 1.3.11 released - 2006-10-13, 15:03

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
The code we have should basically work, except it doesn't and we're trying to hunt down the bug.

If anyone of you has any experience of Symbian recognizers and wants to help then check out the posting at http://discussion.forum.nokia.com/fo...ad.php?t=91949
Reply With Quote

#11 Old Re: Python for S60 1.3.11 released - 2006-10-18, 14:14

Join Date: May 2006
Posts: 622
Location: Oulu, Finland
lfd
Offline
Super Contributor
Is it planed in a next release to add the possibility to add text on topwindow objects?

I know it's possible to add it via image objects but I think it would be nice to have this functionality and not be obliged to have to create images when we only want to display text on a topwindow. It's just a suggestion!

LFD
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
Python for Series 60 released on Forum Nokia! eriksmartt Python 5 2009-07-14 18:00
How to install python to S60 Emulator? xiximato Python 14 2009-03-10 13:13
Python C++ Extension with Callback crashing diggerdeep Python 2 2005-11-10 17:33
Python for series 60 final release 1.2 has been released ! cyke64 Python 0 2005-10-20 17:54
When is next version of Python for Series 60 going to be released nbsinner Python 3 2005-06-03 16:32

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2010 Nokia