Hi!
I'm trying to rename a file on my phone from the Python console. Following the instructions given here, I did the following -
The file (ball.py) definitely exists, as I can access it from -Code:>>> import os >>> os.rename("C://Python//ball.py", "D://ball.py") File <console>, line 1, in > OSError: [Errno 22] Invalid argument
Application --> Python --> Run Script --> ball.py
I don't think this will affect anything, but I am using Python 1.4.5 with the high-capacity shell script.
Thanks
Kedar

Reply With Quote



