开发者

distributing independent python app to other machines

开发者 https://www.devze.com 2023-01-06 05:49 出处:网络
I created independent python app using cxfreeze under linux and can run it other machines without python and other dependencies.

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/Vers开发者_StackOverflowions/3.1/Python"

How to execute this app without this dependency?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消