vote up 1 vote down star

How can we invoke a python script using AIR 1.5?

flag

25% accept rate

3 Answers

vote up 1 vote down check

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.

link|flag
vote up -1 vote down

Hypothetically, Adobe Alchemy technology may allow you to port Python interpreter to Flash.

Though I seriously doubt that's the approach you want to use. Depending on task there should be easier solutions.

link|flag
vote up 0 vote down

For example through AMF: http://pyamf.org/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.