The wxPython guide:
http://zetcode.com/wxpython/
这是一个很不错的wxPython入门指导,对于初学者很有帮助! 在网上找中文的wxPython资料确实难找啊,相比较而言,这个比较简单^_^
The wxPython demo:
http://prdownloads.sourceforge.net/wxpython/wxPython-demo-2.8.4.0.tar.bz2
这是wxPython自带的demo,目前看来,是学习wxPython最好的资料了。(呵呵,个人认为)
当然,如果运行demo时,如果安装的是wxgtk2.6等等,可能会报错wx.aui没有定义,这就需要升级到wxgtk2.8的.
下面是ubuntu6.10下升级的步骤:
1, 在源列表中添加:
-
- deb http://wxpython.wxcommunity.com/apt/ubuntu/dapper /
- deb-src http://wxpython.wxcommunity.com/apt/ubuntu/dapper /
2,终端下执行:
- sudo apt-get update
- sudo apt-get dist-upgrade
- sudo apt-get install python-wxgtk2.8 python-wxtools python-wxaddons wx2.8-i18n
3.如果想使用XRC gui,需要安装python-xml:
- sudo apt-get install python-xml
OK,一切搞定了!
再执行python demo.py试试,开始进入wxPython的世界了....
分享到:
相关推荐
Table 6.1 displays a field guide to the subclasses of wx.DC and their usage. Device contexts, which are used to draw to a wxPython widget, should always be locally created, temporary objects, and ...
Python Guide文档是针对初学者和经验丰富的开发者的全面指南,旨在帮助他们更好地理解和实践Python编程。这份文档由Kenneth Reitz于2013年发布,涵盖了从安装Python到编写高质量代码,再到处理不同场景应用的广泛...
The-Python-Book-The-ultimate-guide-to-coding-with-Python.pdf The-Python-Manual.pdf Web-Scraping-with-Python-Successfully-scrape-data-from-any-website-with-the-power-of-Python.pdf wxPython in ...
在编程中,构建GUI通常涉及选择合适的库或框架,如Tkinter(Python的内置库)、Java的Swing或JavaFX、C#的Windows Forms或WPF,或者是跨平台的Qt、wxPython等。 "Simple examples"可能涵盖了以下内容: 1. 基本控件...
Matlab是一种强大的数值计算和数据分析工具,它也有内置的GUI工具箱(GUIDE),用于创建交互式应用程序。Matlab的GUI设计同样注重布局、交互和性能,但其语法和环境与Python有所不同,更适合科学计算和工程应用。 ...
Matlab 自带的 GUIDE 工具可以方便地创建 GUI,适合科研人员快速构建图形界面,但其组件和样式相对有限。Python 的 GUI 库如 Tkinter、PyQt、wxPython 则提供了更丰富的定制选项和更强大的功能,适合开发复杂的商业...
- 更多关于 RIDE 编辑器的详细使用方法,请参考官方文档 http://robotframework.org/robotframework/#user-guide 。 #### 简单使用 完成上述安装和配置后,可以开始编写简单的测试案例了。通过使用关键字来定义...
BOA Constructor是Python 下用GTK进行图形编程的软件,界面很象Delphi. Getting Started Guide for boa Constructor boa constructor 教程
2. **GUI编程工具**:GUI编程通常会使用特定的开发环境,如Python的Tkinter库、PyQt、wxPython,或者MATLAB的GUIDE工具等。这些工具允许开发者通过拖拽控件和编写事件处理函数来构建用户界面。 3. **数据采集与处理...
This book will guide you through the very basics of creating a fully functional GUI in Python with only a few lines of code. Each and every recipe adds more widgets to the GUIs we are creating. While ...
User guide: full table of contents An overview of Mayavi Introduction What is Mayavi2? Technical details Using Mayavi as an application, or a library? Scenes, data sources, and visualization ...
- **Object Dictionary Editor GUI**: A WxPython Model-View-Controller (MVC) based GUI that helps generate object dictionary source code for each node. - **Custom Configure Script**: A script that ...