Hi All,
Actually i found many glitches while working with pys60 on my nokia 5800 XM, i got many things resolved by googling and right now am stuck with a major problem.
Problem is (following below is copy n pasted from minicom console - i have my nokia 5800's pys60 bluetooth console connected with my suse os laptop)
>>> import os
>>> os.rename("C:\\resource\\Python25","C:\\resource\\python25")
Traceback (most recent call last):
File "<console>", line 1, in <module>
OSError: [Errno 13] Permission denied
>>>
The same is seen in while done from phone.
Many other cmd's are working except for few (like the one above).
But at the same time the same os.rename works for "E" drive (not for C
Is there a way to rename the Python25 folder to python25 - reason am looking for this is this will resolve many of the problems which occur due to this .... for eg while we run a *.py file and if it fails to run, the reason is this "C:\resource\python25\..... " where as the system has "C:\resource\Python25\..."
Thanks is advance for any suggestions and solution....:![]()


Reply With Quote




