You Are Here:

Community: Developer Discussion Boards

Reply « Previous Thread | Next Thread »

#1 Old Talking Python for S60 1.3.18 released - 2007-02-13, 17:10

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
Python for S60 1.3.18 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.

This release contains mostly bug fixes, but there are a lot of those. The only new feature is improved access point selection support that now works also on 2nd edition devices.

Consult the release notes for more details: http://sourceforge.net/project/shown...roup_id=154155
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

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.18 released - 2007-02-13, 17:11

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
cyke64, did I get all the links right this time?
Reply With Quote

#3 Old Re: Python for S60 1.3.18 released - 2007-02-13, 17:46

Join Date: May 2006
Posts: 622
Location: Oulu, Finland
lfd
Offline
Super Contributor
Excellent

Thanks a lot for this new distribution, I start the testing now!

LFD


Devices:
Nokia E61 3rd Edition - pys60 1.4.0

Tips and modules:
http://www.lfdm.net/thesis
Reply With Quote

#4 Old Re: Python for S60 1.3.18 released - 2007-02-13, 20:13

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

Thanks for the new version

Great all is here


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

#5 Old Re: Python for S60 1.3.18 released - 2007-02-15, 13:49

Join Date: Jan 2007
Posts: 135
Location: Oulu, Finland
GameDude
Offline
Regular Contributor
Sweet , but...

On emulator it works fine, but on device( E61 and N73 ) I get Menu: Feature not supported( -5 ) when compiling with S60 3rd FP1.

On E61 Python icon disappeared, no such problems with N73.

Somebody had similar problems with FP1:
http://discussion.forum.nokia.com/fo...d.php?t=100429

I reverted my build environment back to 9.1 sdk ( not MR ) and after recompile it works like a charm.

So... stay away from FP1, it seems.
Reply With Quote

#6 Old Re: Python for S60 1.3.18 released - 2007-02-15, 14:28

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

I have made a source code comparison between 1.3.17 and 1.3.18
I found other undocumented features than those described in
So there are my findings :
  1. in camera module there's an undocumented function finder_on
    camera.finder_on() # Return whether the view finder is on
  2. there functions name changes in sysinfo module
    sysinfo.signal changed to sysinfo.signal_bars
    sysinfo.signal_strength changed to sysinfo.signal_dbm
    for compatibility reason with old script : sysinfo.signal remains in API
  3. imp.load_dynamic for 3rd edition have now disappear but is it possible now to put PyS60 package in memory card instead of phone memory

I noted that PyS60 source code is also in SVN tree but it seems that it's only a very old version 1.3.1 why ???


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

#7 Old Re: Python for S60 1.3.18 released - 2007-02-20, 12:46

Join Date: Dec 2004
Posts: 646
jplauril's Avatar
jplauril
Offline
Forum Nokia Expert
The change to sysinfo is actually documented in the 1.3.18 API Reference, we just missed it in the release notes.

imp.load_dynamic code has been redundant for a while, but we only now got around to cleaning the remnants of it.

The reason why the SVN has an old version is that my intention was to upload all versions there for viewing purposes, but I ran into the problem that reconstructing a "version history" from just the snapshots would take a lot of manual work that I don't have time for right now.

If anyone knows of a tool that can turn a set of .zip source snapshots into something resembling a SVN version history with reasonable effort, drop me a note. I would like to have the code browseable in the SF SVN, but I don't want to spend days committing every file manually.

And before someone asks "couldn't you simply upload your internal SVN database directly?" -- no, we couldn't. First of all, we don't use SVN internally and even if we did, we can only release code that has been reviewed and thus releasing every commit is not possible at present.
Reply With Quote

#8 Old Re: Python for S60 1.3.18 released - 2007-02-27, 10:07

Join Date: Feb 2007
Posts: 2
bojes
Offline
Registered User
Hi, how can I download the .SIS files ? So far I've downloaded the ZIP files. When I click the link for SIS, it just displays white screen with broken characters. Anyone may share the SIS files please.
Reply With Quote

#9 Old Re: Python for S60 1.3.18 released - 2007-02-27, 13:10

Join Date: May 2006
Posts: 622
Location: Oulu, Finland
lfd
Offline
Super Contributor
Hi bojes and welcome on board

What are you trying to do? Install Python on your phone? Please explain a bit more what the problem is.

LFD


Devices:
Nokia E61 3rd Edition - pys60 1.4.0

Tips and modules:
http://www.lfdm.net/thesis
Reply With Quote

#10 Old Re: Python for S60 1.3.18 released - 2007-02-27, 22:40

Join Date: Feb 2007
Posts: 2
teijo.saalasti
Offline
Registered User
hi, advice needed:
I can't install the PyS60 on my E70 phone. The install goes well, but when the phone is finalizing the installation it says "varmennevirhe, ota yhteys sovelluksen toimittajaan". Am I missing something? I have tried both PythonForS60_1_3_18_3rdEd_unsigned_freedevcert.SIS and selfsigned version, both give the same error?
Reply With Quote

#11 Old Re: Python for S60 1.3.18 released - 2007-02-28, 04:34

Join Date: Feb 2007
Posts: 2
bojes
Offline
Registered User
Quote:
Originally Posted by lfd
Hi bojes and welcome on board

What are you trying to do? Install Python on your phone? Please explain a bit more what the problem is.

LFD
Yes, LFD. I want to download the SIS files from sourceforge page. But those links seem broken. CMIIW. So, anyone can give me the working links? Thanks.
Reply With Quote

#12 Old Re: Python for S60 1.3.18 released - 2007-02-28, 11:03

Join Date: May 2006
Posts: 622
Location: Oulu, Finland
lfd
Offline
Super Contributor
Bojes,

Links are not broken to me. http://sourceforge.net/project/showf...roup_id=154155

Try with a different mirror if you have difficulties.

LFD


Devices:
Nokia E61 3rd Edition - pys60 1.4.0

Tips and modules:
http://www.lfdm.net/thesis
Reply With Quote

#13 Old Re: Python for S60 1.3.18 released - 2007-03-02, 14:05

Join Date: Feb 2005
Posts: 35
janimr
Offline
Registered User
teijo.saalasti,
Check that you have in your device "Software installation" setting: "all"
if you have finnish setting it will found propably somewhere:
työkalut->sovell.hallinta->Valinnat->Asetukset->Ohjelman asennus

And selfsigned versions are the correct ones.
Reply With Quote

#14 Old Re: Python for S60 1.3.18 released - 2007-03-06, 10:51

Join Date: Nov 2006
Posts: 21
Location: Helsinki
leban
Offline
Registered User
Currently I am develping pys60 things with E65 -phone, which like the E70 asks for select the accesspoint for every connection (incoming and outcoming) which is a very annoying bug. So I was very happy about the accesspoint in this latest version. It made using, testing and developing fun again...

But after having used if for a few weeks I became confident that the accesspoint select made the software very instable - loosing connection when moving between cells and crashing the program when accesspoint is lost.

One special problem is that all connections are shown in the selection list - also saved wlan's that are not awailable. Selecting one of those will crash you immediately.

Has anyone else noticed new problems after using accesspoint selection?
Reply With Quote

#15 Old Re: Python for S60 1.3.18 released - 2007-03-12, 12:47

Join Date: Feb 2007
Posts: 2
teijo.saalasti
Offline
Registered User
Thanks, that helped. Now I get further!

Quote:
Originally Posted by janimr
teijo.saalasti,
Check that you have in your device "Software installation" setting: "all"
if you have finnish setting it will found propably somewhere:
työkalut->sovell.hallinta->Valinnat->Asetukset->Ohjelman asennus

And selfsigned versions are the correct ones.
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.13 released jplauril Python 8 2006-11-21 16:59
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 © 2009 Nokia 
RDF Facets: qdcZidentifierQSxhttpE3aE2fE2fdiscussionE2eforumE2enokiaE2ecomhttpE3aE2fE2fdiscussionE2eforumE2enokiaE2ecomE2fforumE2fshowthreadE2ephpE3ftE3d81449X qdcZtypeQUqfnZE45E78cludedFromGeneralE4cistingsQ qdcZtypeQUqfntypeZCommunityContentQ qdcZtypeQUqfntypeZE44iscussionQ qdcZtypeQUqfntypeZE44iscussionContentQ qdcZtypeQUqfntypeZE52esourceQ qdcZtypeQUqfntypeZWebpageQ qdcZtypeQUqmarsZManagedE52esourceQ qdcZtypeQUqwebZInformationE52esourceQ qdcZtypeQUqwebZPageQ qdcZtypeQUqwebZE52esourceQ qdcZtypeQUqrdfsZE52esourceQ qfnZtopicQUqfnTopicZpythonQ qfnZtypeQUqfntypeZCommunityContentQ qfnZtypeQUqfntypeZE44iscussionQ qfnZtypeQUqfntypeZE44iscussionContentQ qfnZtypeQUqfntypeZE52esourceQ qfnZtypeQUqfntypeZWebpageQ qfnZuserE5ftagQSxpythonX qmarsZlanguageQUxhttpE3aE2fE2fswE2enokiaE2ecomE2flanguageE2d1E2fenX qrdfZtypeQUqfnZE45E78cludedFromGeneralE4cistingsQ qrdfZtypeQUqfntypeZCommunityContentQ qrdfZtypeQUqfntypeZE44iscussionQ qrdfZtypeQUqfntypeZE44iscussionContentQ qrdfZtypeQUqfntypeZE52esourceQ qrdfZtypeQUqfntypeZWebpageQ qrdfZtypeQUqmarsZManagedE52esourceQ qrdfZtypeQUqwebZInformationE52esourceQ qrdfZtypeQUqwebZPageQ qrdfZtypeQUqwebZE52esourceQ qrdfZtypeQUqrdfsZE52esourceQ