Hello friends..
i am back here after long time...
Now, i have bought s60 device....but still not able to run python 2.0 on my device.
I have installed python runtime and all the things....all apps give me module error.
What to do...??????
Hello friends..
i am back here after long time...
Now, i have bought s60 device....but still not able to run python 2.0 on my device.
I have installed python runtime and all the things....all apps give me module error.
What to do...??????
Last edited by nayan_trivedi; 2011-03-07 at 11:11.
nayan trivedi.
Well, first of all you should tell us exactly what the error says, and when it appears.
have you install python run time and scriptshell both? Tell us the exact error and which script you are trying ?
Jajal Mehul
yes sir,
i have install all Py60dependencies like Python2.0.0.sis.....and all scriptshell...which i have download.
I got module error when i m trying to run script.
And other SIS application based on python also not working...!!!!!!!
nayan trivedi.
Is "module error" the exact text of the error? Also, what kind of script are you trying to run (by that I mean does it import any special modules)?
try to run a simple command from the interactive console which you will find from the option menu in the python.
Run import appuifw and see what is the response from there?
Jajal Mehul
yes,all the things are i have tried before...all are working fine...
interactive console also working well.
even ball.py and all the application which are default are working well...
But when i m putting any .py file like locationrequestor.py or telephone.py or zipfile.py are not working..
and also application which required python installed like HELLO OX v2.03..
and many other application based on python i cant open
nayan trivedi.
strange.....
As if the the command from the interactive console are working tht means there is nothing wrong with the installation. Can you paste the any sample small code that gives the error..?
Regards.
Jajal Mehul
i am getting this error when i am trying to run application imgviewer.py
Traceback (most recent call last):
File "default.py", line 107, in menu_action
f()
File "default.py", line 70, in query_and_exec
script_namespace.namespace)
File "c:\data\python\imgviewer.py", line 144, in <module>
imginfo=Image.inspect(selected_file)
File "c:\resource\python25\python25.zip\graphics.py", line 93, in inspect
(size,mode)=_graphics.ImageInspect(unicode(filename))
SymbianError: [Errno -21] KErrAccessDenied
nayan trivedi.