wxpython
-
I wasn 't easily able to install wxPython on any of my systems , but the results should be similar .
我无法很容易地在我任何一个系统上安装wxPython,但我想结果应该是相似的。
-
Although wxPython is the most mature of the bunch , several others are worth checking out if you prefer working in a particular programming language .
虽然wxPython是其中最为成熟的一种,如果更愿意使用某种特定的编程语言,很值得了解一下其余的几个。
-
Also , wxPython contains the Py package of developer tools , which makes adding interactive debugging to your wxPython program trivial .
而且,wxPython包含开发工具的Py程序包,它使得向wxPython程序添加交互式调试变得很简单。
-
The most mature and fully developed of the wxWidgets bindings is wxPython , with which you can create wxWidgets programs using the Python programming language .
发展得最为成熟和全面的wxWidgets绑定是wxPython,通过它可以使用Python编程语言创建wxWidgets程序。
-
To prove it , we 'll create a simple little GUI application using Python and the wxPython UI library to perform keyword searches for books , music , and dvds .
为了证明这一点,我们将使用Python和wxPythonUI库来创建一个小GUI应用程序,以便执行关键字搜索来查找书籍(book)、音乐(music)和dvd。
-
Some complex or compound widgets , such as a tree list control or an image radio button , are standard in the wxPython toolkit but not in the C + + version .
一些复杂或复合的窗口小部件,比如树状列表控件或图像单选按钮,是wxPython工具包中的标准组件,但在C++版中不是的。
-
One thing to note is the requirement to import SOAPpy and create our proxy before importing wxPython , due to a threading issue with the wxWindows event loop .
需要引起注意的是,由于wxWindows事件环(eventloop)的线程问题,需要在导入wxPython之前导入SOAPpy并创建代理。