Ask The Experts About Iphoneshop

Sandy asks…
‘python’ is not recognized as an internal or external command.?
I’m making a batch file and whenever i use this code
python ./iphoneshop.py -export Other.artwork ./Other
And i get the error which is the title.
Can someone please help me? i need to start skinning my iPod Touch 2.0.

admin answers:
It is likely that the path variable is not set to look in the folder where you have python installed. You can set it for one session using ‘set’:
set path = PATH PYTHON IS INSTALLED
or check the path with:
ECHO[%path%]
Powered by Yahoo! Answers
Read More