我需要一个易于在 32 位 Windows 上安装 Python 2.7 的 bitarray 版本,对于这个项目 py2exe 是不可能的,所以我需要一个易于安装的 exe / msi / egg,有人制作过这个吗?谷歌没有显示任何东西。
问问题
3618 次
2 回答
2
http://www.lfd.uci.edu/~gohlke/pythonlibs/#bitarray
Bitarray 也是EPD的一部分。
于 2012-04-11T20:36:52.587 回答
0
pyInstaller is my weapon of choice. I feel it works much better than py2exe.
于 2012-04-11T18:24:07.807 回答