阅读背景:

使用pyinstaller从python脚本创建二进制文件,以便尽可能多地使用Linux发行版

来源:互联网 

Today I came a cross an issue with a binary I created from some python scripts using pyinstaller. I created the binary on fc17 but when I tried to run it on fc18 I got an error which was related to a difference in the openssl version on fc17 (1.0.0k) and fc18 (1.0.1e). This raises serious doubts about my ability to use pyinstaller since I don't know in advance on which Linux distributions my binary will end up. I'm willing to build the binary once every time I make a change in the python scripts but I can not afford having every possible Linux distribution and building the binary on every one of them. Is there a recipe to handle the variety of Linux distributions when building an application with pyinstaller?Today I came a cross an issue with a binary I c




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: