【发布时间】:2012-04-25 02:39:44
【问题描述】:
我需要能够分发我的 python 脚本,最好是在 linux 字节码中。 它有几个依赖项位于目录中:
extensions
python >> run.py
python >> protocols.py
plugins >> Folder contains more run.py dependencies
bash >> Contains bash scripts needed
我尝试过简单地 cd 到 extensions/python 并运行 cxfreeze run.py。 但是,这会在 dist 文件夹中创建几个文件,其中没有一个(包括 “运行”是可执行的。此目录中没有创建“make”指令。
我该怎么做? :)
【问题讨论】:
标签: python linux compilation bytecode