I guess that title is self-explanatory. Is there any such effort been made?
Some more info:
it’s client application (gui intensive)
By porting I was thinking of cross-compiling.
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.
Between the two, porting to Silverlight is going to be much easier. You can target IronPython and focus primarily on changing/replacing the libraries that you’ve used in your Python app that aren’t available in IronPython.
“Porting” to Flash would be more reasonably written as “rewriting a Python application in ActionScript.” Which, of course, would be easier than a from-scratch implementation, but would be largely a new effort.