前面写了《Windows下Python开发环境配置》,下面补充下Ubuntu下如何安装ulipad。1、去http://git.oschina.net/limodou/ulipad下载,解压。2、安装wxPython,直接使用apt-get install python-wxgtk2.83、进入目录...
分类:
系统相关 时间:
2015-01-04 13:29:54
阅读次数:
228
开发环境如下:操作系统: Windows 7 32/64位开发语言及工具: Python 2.7.6, Setuptools 9.1, Pip 6.0.3开发IDE: Ulipad, wxPython 3.0, comtypes 1.1.1其他工具: py2exe...
分类:
编程语言 时间:
2014-12-30 18:58:27
阅读次数:
229
Abstract: UliPad that is developed by limodou is an excellentcode editor. It works wellwith wxPython 2.8.x and recently wxPython was updated to 3.0.2 ...
分类:
编程语言 时间:
2014-12-29 14:56:18
阅读次数:
258
在windows下安装配置Ulipad由于UliPad是由wxPython开发的,所以,需要先安装wxPython。wxPython下载地址:http://www.wxpython.org/download.php#stableUlipad下载地址:http://files.cnblogs.com/...
分类:
编程语言 时间:
2014-12-12 18:42:04
阅读次数:
222
一、简介 wxPython是Python编程语言的一个GUI工具箱。他使得Python程序员能够轻松的创建具有健壮、功能强大的图形用户界面的程序。它是Python语言对流行的wxWidgets跨平台GUI工具库的绑定。而wxWidgets是用C++语言写成的。和Python语言与wxWidgets ...
分类:
编程语言 时间:
2014-12-12 14:43:00
阅读次数:
404
#!/usr/bin/env python"""Spare.py is a starting point for simple wxPython programs."""import wxclass Frame(wx.Frame): passclass App(wx.App): def ...
分类:
编程语言 时间:
2014-12-12 01:19:24
阅读次数:
212
执行以下命令后即可解决: sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n libwxgtk2.8-dev libgtk2.0-dev 参考:http://stackoverflow.com/questions/14007557/installing-wxpython-on-ubuntu...
分类:
编程语言 时间:
2014-12-10 22:56:11
阅读次数:
285
Ulipad – 超级好用的国产Python IDE,开发者是limodou。此IDE本身就是用Python + wxPython编写的。在Windows系统中一直使用Ulipad,最近想在Linux(Ubuntu?12.04)进行学习和实验,安装过程还是有些区别的。 ...
分类:
系统相关 时间:
2014-11-20 10:28:12
阅读次数:
238
python有丰富的库,靠这些库我们可以做很多事情,Python标准库确实很庞大。它可以帮助你处理各种工作,包括正则表达式、文档生成、 单元测试、线程、数据库、网页浏览器、CGI、FTP、电子邮件、XML、XML-RPC、 HTML、WAV文件、密码系统、GUI(图形用户界面)、Tk和其他与系统有关的操作。 记住,只要安装了Python,所有这些功能都是可用的。这被称作Python的“功能齐 全”理念。
除了标准库以外,还有许多其他高质量的库,如wxPython、Twisted和Python图像库等等。...
分类:
编程语言 时间:
2014-11-06 17:42:23
阅读次数:
171
因为官方的http://wiki.wxpython.org/InstallingOnUbuntuOrDebian 并没有wheezy的
所以这里我们直接去仓库搜吧
root@debian:/# apt-cache search python-wxgtk
python-wxgtk2.8 - wxWidgets Cross-platform C++ GUI toolkit (wxPyt...
分类:
编程语言 时间:
2014-11-03 11:33:41
阅读次数:
237