Hello
The executable file is compatible to windows ce 5.0. Actually i have created one sample application in python(Visual studio 2015 community edition). I want to run .py file on windows ce 5.0 with ARM processor; but when i am trying to run .py file it shown me error as-
cannot find one of its components. Make sure the path & file name are correct and that all the required libraries are available.
Then i have tried next option as i have converted .py file into .exe file with the help of py2exe. Then i have tried to run .exe file, it given me error as not a valid windows ce application. This .exe is run on windows 7 32 bit but not on windows ce 5.0
Please tell me the solution to resolve this error.
Regards
Rushali Watane