Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/361.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
是否可以从源代码构建自己的Python嵌入式发行版_Python_Deployment_Packaging - Fatal编程技术网

是否可以从源代码构建自己的Python嵌入式发行版

是否可以从源代码构建自己的Python嵌入式发行版,python,deployment,packaging,Python,Deployment,Packaging,我感兴趣的是,是否可以(轻松地)使用我感兴趣的模块为Windows滚动/构建/编译我自己的 我从来都不喜欢PyInstaller、Py2exe或Cx_Freeze这样的工具,因为它们经常会被弄糊涂,或者不能完全按照我想要的方式工作 我以前从源代码处编译过Python,但与发布Python嵌入式发行版的方式不同 我讨厌必须分发与运行时捆绑在一起的基于Python的工具,但pip在这里不是部署的选项

我感兴趣的是,是否可以(轻松地)使用我感兴趣的模块为Windows滚动/构建/编译我自己的

我从来都不喜欢PyInstaller、Py2exe或Cx_Freeze这样的工具,因为它们经常会被弄糊涂,或者不能完全按照我想要的方式工作

我以前从源代码处编译过Python,但与发布Python嵌入式发行版的方式不同

我讨厌必须分发与运行时捆绑在一起的基于Python的工具,但pip在这里不是部署的选项