Sure, I'll put it up for download asap. Before I'll put it up, I want to document the changes quickly and I also discovered some errors on 2nd. edition devices which makes the whole thing rather...
Type: Posts; User: infomaniac; Keyword(s):
Sure, I'll put it up for download asap. Before I'll put it up, I want to document the changes quickly and I also discovered some errors on 2nd. edition devices which makes the whole thing rather...
Hello
Does anyone know this problem yet?
On 2nd Ed. FP2 (Nokia 6630) it occured that there are problems with 1eXX numbers:
a = 1e100 # :) works fine
a = 1e200 # works fine too
a =...
Okay, I tried SimpleJSON and managed to get it working for PyS60.
I had to make some changes to the source, mainly for Python 2.2 compatibility because SimpleJSON uses some stuff of Python 2.3+
...
Hello
Does anyone know of any working JSON module for PyS60?
Simplejson (listed on json.org) doesn't work 'out of the box', and I've had no time to see what's necessary to get it working..
Any...
Like with Duke Nukem ? ;)
Great news! Thx! :D
dnastase: Thank you, this seemed to work!! :cool:
But the problem is, that I've not modified sys.path manually :eek: before and it seems that the Python environment gets this wrong!! :(
...
AFAIK, it should not be a big problem to set up a timer and stuff...
But I don't think it's possible to shutdown or reboot the device using python, - at least the api documentation doesn't mention...
Hello
(Please excuse, if this is stupid. :rolleyes: )
Loading modules doesn't work on my E61. Like discribed in the readme file, I placed my pathinfo.py file in e:/python/lib/ and this also is...