I created independent python app using cxfreeze under linux and can run it other machines without python and other dependencies.

But while doing it for mac OS X, in other machines the app searches for the following python installed location which actually present in the machine where it is frozen.

"/Library/Frameworks/Python.framework/Versions/3.1/Python"

How to execute this app without this dependency?

link|improve this question
feedback

2 Answers

Try py2app for Mac OS X. (And py2exe for Windows.)

link|improve this answer
feedback

Is py2app supports python 3 version?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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