本指南提供了在CentOS 7 for Python 2.7上编译PyQt5的基本说明
1、安装Qt
2、安装依赖项
3、编译SIP
4、编译PyQt
现在可以从首次运行的Python版本访问PyQt configure.py。
如果这样会产生一个带有单个按钮的新窗口,那么恭喜成功了!
py2exe 0.9.2.0已经支持了
Build standalone executables for Windows (python 3 version)
py2exe is a distutils extension which allows to build standalone
Windows executable programs (32-bit and 64-bit) from Python scripts
Python 3.3 and later are supported. It can build console executables,
windows (GUI) executables, windows services, and DLL/EXE COM servers.
https://pypi.python.org/pypi/py2exe/0.9.2.0
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)