Python:安装Ulipad:修订间差异

来自WHY42
imported>Soleverlee
以“[https://github.com/limodou/ulipad Ulipad]是一个国人用python写的Python开发工具。依赖项: *[www.python.org python2.7.10] *[http://www.wxpython.org/ w...”为内容创建页面
 
imported>Soleverlee
无编辑摘要
 
第1行: 第1行:
[https://github.com/limodou/ulipad Ulipad]是一个国人用python写的Python开发工具。依赖项:
[https://github.com/limodou/ulipad Ulipad]是一个国人用python写的Python开发工具。依赖项:
*[www.python.org python2.7.10]
*[www.python.org python2.7.10 python2.7]
*[http://www.wxpython.org/ wxPython3.0]
*[http://www.wxpython.org/ wxPython3.0]
*[https://github.com/enthought/comtypes/releases comtypes-1.1.1]
*[https://github.com/enthought/comtypes/releases comtypes-1.1.1]
第15行: 第15行:
</source>
</source>
[[Image:Ulipad.png|600px]]
[[Image:Ulipad.png|600px]]
一个比较好的选择是,安装python2.7 32位(仅仅用来运行ulipad),然后安装3.6作为解释器
[[Category:Programe]]
[[Category:Programe]]

2017年1月9日 (一) 12:17的最新版本

Ulipad是一个国人用python写的Python开发工具。依赖项:

如果安装64位的python,则wxPyhon也要选择相应的64位版本。comtypes需要通过源码安装,下载后解压:

cd comtypes-1.1.1
C:\pthon27\python setup.py install

安装Ulipad:

git clone https://git.oschina.net/solee-linux/ulipad.git
cd ulipad
C:\pthon27\python ulipad.py

一个比较好的选择是,安装python2.7 32位(仅仅用来运行ulipad),然后安装3.6作为解释器