How can we invoke a python script using AIR 1.5?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You cannot directly invoke system commands or run an executable (the python interpreter) from within an AIR application. If it’s possible to share what exactly you want to do, maybe we can suggest alternatives.
If it’s really really (that’s two reallys) important to run an executable from AIR lookup the CommandProxy demo.