Hi
On my Nokia 7610, Python will allow me to run scripts in "C:\System\Apps\Python". Is there anywhere else I can store scripts so Python can run them?
Regards
Patrick
Hi
On my Nokia 7610, Python will allow me to run scripts in "C:\System\Apps\Python". Is there anywhere else I can store scripts so Python can run them?
Regards
Patrick
As far as I know, no.
But it is possible to run scripts that are not in C:\System\Apps\Python using the execfile function (example here).