You Are Here:

Community: Developer Discussion Boards

#1 Old Talking Python for S60 1.3.23 released - 2007-06-24, 20:05

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
Python for S60 1.3.23 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. As mentioned before, 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:
- source code
- device and emulator binaries for 2.0, 2.6, 2.8 and 3.0
- experimental device binaries compiled with OMAP 2420 specific optimizations. These are meant for OMAP 2420 based phones, e.g. N93, N93i, N95.
- emulator binaries for armv5 (RVCT)
- documentation PDF.

This release features a new module for accessing the Location Acquisition API of S60, antialiasing support for the Text widget and a large set of bug fixes:

1446275: 231:time.sleep fails for >=2148 second sleep
1446358: 209: camera does not release reserved resources
1446366: 265: Default value for float in 'Form' and 'query' fails --- query part fixed
1446394 148: cursor sometimes shows even if Text widget is invisible
1458751: e32.ao_calllgate is not reference counted properly?
1518123: Sound.play() blocks unexpectedly
1518165: e32.ao_callgate()() does nothing
1536692: raw_input fails with in-phone interactive console
1564913: BT console info instead exception
1576425 UI : white line at bottom of listbox
1576473: re straightforward recursive segfault
1616703: gsm_location and signal leak memory on 2nd edition builds
1653058: GLES examples crash on emulator with 352x416 resolution
1721132: urllib uses missing getpass
1723289: e32.ao_callgate drops kwargs
1726796: camera.image_sizes() dosen't return complete list
1730693: buildconfig.h missing from 1.3.22 sdk build
1731420: Script shell environment differs from py2sis environment.)
1732055: Crash on 1.3.22 when creating CSPyInterpreter several times
1732976: zipfile lib no longer work in 1.3.22
1733414: Text() uses default formatting if text entered on a new line
1734542: endless exception (can't call str)
1735641: copy/paste fails with multiple Text()s
1736375: alarm time returned incorrectly
1740007: gethostbyname(u' ') crashes

All users are recommended to upgrade.

This release is the same as 1.3.11 in that ***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

Yes, really - if you find a clear bug file it in SourceForge. That's what we track regularly, not every thread in the discussion board. If you post a bug report only in the DiBo, we might miss it.

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).

Stay tuned for the next release, and happy hacking!
Reply With Quote

#2 Old Re: Python for S60 1.3.23 released - 2007-06-24, 21:48

Join Date: May 2006
Posts: 622
Location: Oulu, Finland
lfd
Offline
Super Contributor
Thanks for the new release

I'm trying in a minute.

I just would like to clear one thing: is PythonScriptShell_1_3_23_3rdEd_unsigned_freedevcert.SIS == PythonScriptShell_1_3_23_3rdEd2420_unsigned_freedevcert.SIS?

Keep on the very good work!

Kind regards,

LFD


Devices:
Nokia E61 3rd Edition - pys60 1.4.0

Tips and modules:
http://www.lfdm.net/thesis
Last edited by lfd : 2007-06-24 at 21:58.
Reply With Quote

#3 Old Re: Python for S60 1.3.23 released - 2007-06-25, 10:02

Join Date: Feb 2005
Posts: 35
janimr
Offline
Registered User
Hi,
PythonScriptShell_1_3_23_3rdEd_unsigned_freedevcert.SIS is configured with

Code:
python setup.py configure 30armv5 SCRIPTSHELL_CAPABILITIES="LocalServices NetworkServices ReadUserData WriteUserData UserEnvironment Location PowerMgmt ProtServ SwEvent SurroundingsDD ReadDeviceData WriteDeviceData TrustedUI" DLL_CAPABILITIES="LocalServices NetworkServices ReadUserData WriteUserData UserEnvironment Location PowerMgmt ProtServ SwEvent SurroundingsDD ReadDeviceData WriteDeviceData TrustedUI" PYS60_VERSION_TAG=final
and the other one with:
Code:
python setup.py configure 30armv5_2420 ...
- janimr
Reply With Quote

#4 Old Re: Python for S60 1.3.23 released - 2007-06-28, 05:14

Join Date: Jun 2005
Posts: 385
y.a.k
Offline
Regular Contributor
Thanks for this new release , much appreciated.

The bugs I've reported are indeed fixed. Thanks a lot.
Reply With Quote

#5 Old Re: Python for S60 1.3.23 released - 2007-06-29, 08:28

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

PyS60 1.3.23 is great ! I'm curious so I look at the opened bugs and I'm only find TWO
And these one are very recent

So PyS60 should be reached its final version 1.4 ???

Cyke64


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
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
Please help installing Python libraries on S60 ericroijen Python 11 2009-07-18 11:43
Python for Series 60 released on Forum Nokia! eriksmartt Python 5 2009-07-14 18:00
Python for S60 1.3.18 released jplauril Python 18 2007-05-31 14:35
Python for S60 1.3.13 released jplauril Python 8 2006-11-21 16:59
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