473,811 Members | 2,392 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Python for Nokia Series 60

Hello,
I've seen several articles about Nokia starting to support Python for
its Series 60 phones (like the 6600, for example), and I even found a
blog entry with some screenshots of it:
<http://www.mobilewhack.com/programmi...kia_screenshot
s.html>.

The bad thing is that there's no mention of it in the 'Forum Nokia'
where you can usually download development packages and information from.

Does anyone have fresh news about it?
TIA

Daniele
--
Jollino - per rispondere togli il freno a mano
Photo portfolio and posters at http://www.nicolucci.net
Jul 18 '05 #1
10 2348
Hi !

If Python exist on Nokia, I buy a tomorrow of it !
But i had already read this announce, but I never found one implementation.

I will thus read the answers with interest.

@-salutations
--
Michel Claveau


Jul 18 '05 #2
> The bad thing is that there's no mention of it in the 'Forum Nokia'
where you can usually download development packages and information from.

Does anyone have fresh news about it?


http://www.russellbeattie.com/notebook/1007622.html
AFAIK you must accept a Nokia non disclosure agreement to get the tool.
Try join the pilot program or ask how to enter from someone on the "club".
But on Symbian there is J2ME support, why not use Jython ?

Ciao
Jarod
Jul 18 '05 #3
> I have found :

http://xenian.net/~enki/
and
http://feetup.org/blog/dev/python/symbianPython.html


are you sure there is some source-binary project downloadable ? I haven't
found.
Seems a personal project for porting Python to Symbian, not the Nokia
Amaretto (Python for Series 60) described in the previous article.

Salut
Jarod
Jul 18 '05 #5
Nokia 6600 has symbian OS v.7

I have not see "binary" on the links, but only "news".


Jul 18 '05 #6
> Nokia 6600 has symbian OS v.7

yes, I know it
Series 60 Developer Platform
http://www.forum.nokia.com/main/0,6566,010_40,00.html
Series 60 SDK for C++
http://www.forum.nokia.com/main/0,6566,034-4,00.html
I have not see "binary" on the links, but only "news".


Sympython - Python Port for Symbian OS 7 (P800/P900) Phones
(test binary available on request)
^^^^^^^^^^^^^^^ ^^^^^^^^^
maybe you can query Enki Boehm if it's compatible with Nokia 6600 and if you
can obtain the "test binary" made by Enki.
But you haven't answered to my question. Why not think to the use of Jython
? Do you know nothing about Java ?

Ciao
Jarod

Jul 18 '05 #7
In article <2g************ @uni-berlin.de>,
"jarod" <ja*****@despam med.com> wrote:
But you haven't answered to my question. Why not think to the use of Jython
? Do you know nothing about Java ?


Personally, I don't... :)
But I'm downloading it right now, I'll have a look at it (on the Mac,
though, not on the phone - I haven't received my 6600 yet).

Ciao!
--
Jollino - per rispondere togli il freno a mano
Photo portfolio and posters at http://www.nicolucci.net
Jul 18 '05 #8
Re

Sorry, but :
- I don't have a nokia (at this moment)
- I never tested Jython (times... times...)
- I never developped in Java
thus
- I prefer to see coming
- To drink aperitif

@-salutations
--
Michel Claveau
mél : http://cerbermail.com/?6J1TthIa8B
site : http://mclaveau.com

Jul 18 '05 #9
[jarod]
But on Symbian there is J2ME support, why not use Jython ?
and

[jarod] But you haven't answered to my question. Why not think to the use
of Jython?
Because jython won't run on J2ME.

J2ME doesn't support the reflection API that jython requires to do its
magic.

[jarod] Do you know nothing about Java ?


Maybe not. Or maybe he just checked the facts before posting?

http://groups.google.com/groups?meta...ython.*&q=J2ME

--
alan kennedy
------------------------------------------------------
check http headers here: http://xhaus.com/headers
email alan: http://xhaus.com/contact/alan
Jul 18 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
1633
by: Robin Becker | last post by:
This might be the start of a success story. Says Nokia prefers Python! http://www.theregister.co.uk/content/64/35040.html -ringing-ly yrs- Robin Becker
0
1164
by: Peter Otten | last post by:
QOTW: "I worry about Python losing its KISS principle. Python 2.2 has been ported to the Nokia Series 60 platform, which has something like 8-16 MB of RAM available. I'm sure the footprint growth of Python 2.3 and 2.4 gives those developers nightmares already when they are thinking of tracking later versions..." - Guido van Rossum "Everyone knows that any scripting language shootout that doesn't show Python as the best language is...
5
1373
by: Ville Vainio | last post by:
http://digitoday.fi/showPage.php?page_id=9&news_id=40179 Literal translation for those who can't read Finnish: Nokia has published the Open Source Python language for Series 60 based mobile devices. The company states that the language makes it easy for the wordwide Python community to execute commands and run scripts and apps in the devices. The language is available for free from the Nokia developer pages and
3
1740
by: | last post by:
I am please to announce that Tapio Tallgren of Nokia Research Labs is coming to Python-UK to talk about Python on the Nokia Series 60 phones. If you want to get hands-on, upgrade that handset now! This is a late addition to an already star-studded programme including Greg Stein of Google, and many other key Python speakers and projects. Python-UK is part of the ACCU conference, Randolph Hotel, Oxford, 21-23 April (i.e. Thursday to...
4
3045
by: Dennis Clark | last post by:
Hi all, I've looked through the threads about embedded Python that are a year and a half old, and I thought that I'd ask this question now to see if anything has changed. Has anyone, or is anyone working with Python in an embedded Linux environment? Mine is NO where near as constrained as a cell phone since I've got plenty of memory to work with, I'm just running a Linux 2.4 kernel on an ARM9 platform.
6
13506
by: Daniel Kabs | last post by:
Hello there, I have a Nokia 6630 phone that is based on the Series 60 Software Platform. -> http://www.series60.com/ These "smartphones" are said to support HTML 4.01 and "a subset of JavaScript 1.5, which includes the most commonly used functions found on the Internet". -> http://www.nokia.com/nokia/0,8764,58711,00.html
0
1238
by: korakot | last post by:
I have written some simple prototype to display google maps data on mobile phone (Nokia Series 60). http://discussion.forum.nokia.com/forum/showthread.php?threadid=63694 Now it can scroll, zoom in, zoom out and toggle between map and sattelite mode. The current code is 100 lines (exactly). You may have some good ideas and try adding it to the code. (smooth scrolling and zooming come to mind) You need to install the python for series...
0
1789
by: kushks | last post by:
hi all, how to identify mobile series ( specially nokia ) by using user agent string in http header.... i'm trying to get nokia mobile series number by using the user_agent sent by http header, if series is 60 then it is ok i got in users_agent but in case of others i could not identify it. if someone has idea please help me in this matter. thanks kush
0
9607
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10397
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10138
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9214
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6897
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5700
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4353
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3878
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3027
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.