If you're talking about Windows Mobile you should find other forums and resources online. This forum is for Windows Phone on Nokia products.
If you are indeed referring to Windows Phone, Python is...
Type: Posts; User: bogdan.galiceanu; Keyword(s):
If you're talking about Windows Mobile you should find other forums and resources online. This forum is for Windows Phone on Nokia products.
If you are indeed referring to Windows Phone, Python is...
Have you tried installing the latest version (2.0)? I haven't worked with Python in a while but if I remember right it should work. The 1.4.5 version should also work.
Congrats Petri!
The problem was most likely that you never used e32.Ao_lock.wait(), so your code ran once and then the script ended naturally. You don't have the problem anymore because you use an indefinite loop.
Could you add a print statement or an appuifw.note(...) right at the end of the code (after accelerometer.start_listening())? That way, if it doesn't display that we will know that an exception...
In the upper right corner of the site, search the Wiki for the words "install python sdk emulator". You should a few articles that explain what you need to do, such as the one called "Downloading and...
Hi,
Nope. Only one file. You'll have to find another solution, such as putting all your desired files in an archive and attaching that.
Congratulations Kiran! You're doing a fantastic job with the Wiki.
tvijayan's post is about including pyd libraries with an application and how they receive the application's UID if theirs are 0. Only apps with a UID in a certain range can be Symbian signed.
To...
You should seek help at http://www.nokia.com/discussion
The Forum Nokia Discussion Boards are for software development issues.
Hi,
That's not available in Python. You will have to implement it yourself (either with Canvas or as a C++ extension, whichever you find easier).
Hi,
What you need is set_exit(): http://pys60.garage.maemo.org/doc/s60/node19.html
One way to do it is to draw it on a Canvas: http://wiki.forum.nokia.com/index.php/Progress_bar_on_S60_5th_Edition
Or perhaps you can use a 3rd party extension that provides an implementation, such...
I'm sure there are people here who know how to develop Windows Phone apps ;)
If you're asking how to get started with Windows Phone development, check this article:...
Yes. As you can see here there is a checkbox for "1.4.x compatibility mode".
Mergesis is probably the way to go. See your thread about this.
It should. It works on the E7 and there's no...
It's not mentioned in the documentation so it's safe to assume it isn't possible.
Is this about Python on a mobile phone? Because if it isn't you should ask the question on a forum that's about standard Python (such as http://www.python-forum.org/pythonforum/index.php). This one...
Here's what I recommend:
1. Uninstall your app, the Python runtime and the script shell
2. Install Python runtime 2.0
3. Create your sis file using the application packager (make sure you're...
I think the solution lies in the documentation: http://pys60.garage.maemo.org/doc/s60/module-location.html
As for the phone memory/memory card problem, I suggest you use PyS60 2.0. You will be...
When the developers of PyS60 made the sis file for the unsigned script shell they specified the extra capabilities like in the link I gave. If you do that with your application and then sign it it...
Have you specified the location capability when creating the sis file and then signed it? (see...
The platform editions in that table have not been updated in a while so you can't rely on them.
The best way to see if something works is to try it ;)
It would help if you showed us the code you're using, the version of PyS60 and what phone. I have used this one in the past and it worked:...
If you use dir(shutil) you will see what functions there are in it. copytree is not among them (not in PyS60 1.4.5 anyway; it's there in 2.0, but that won't work on the N70).
Maybe you can write...
I'm pretty sure those modules are the only way to make the phone vibrate in Python.
Have you tried them? How exactly do they not work? Which versions of the modules and which version of PyS60 did...