wxpython
wxPython: TreeCtrl: How can I get a tree item by name?
I am using wxPython and got a tree with some items. Now I need a function which give me the tree item object by name.[详细]
2023-03-26 16:15 分类:问答Run wxPython on Lion
I\'ve just bought a new computer with Lion on it. I\'ve downloaded and installed both Python 2.7 and wxPython 2.8 (for 2.7). I know Python comes with the system, but I rather go with the official one.[详细]
2023-03-26 12:03 分类:问答wx.ListCtrl: how can I select a row on EVT_RIGHT_DOWN?
I\'m writing a simple database GUI with wxpython. In order to display my database entries, I\'m using a wx.ListCtrl. Let\'s consider the following code snippet:[详细]
2023-03-26 09:55 分类:问答How can I package my python application with external python libraries?
I hope my title was clear. I\'m using wxpython for making a GUI and I want it to be able to be opened, extracted, and have it work on all operating systems. I was able to include twill by finding a fo[详细]
2023-03-25 07:31 分类:问答Updating a wxPython progress bar after calling app.MainLoop()
I have a python script that performs a calculation, and I have created a class for a pop-up wxPython progress bar. Currently I have:[详细]
2023-03-25 01:52 分类:问答Adding a widget with a button - wxPython
I\'m trying to create something like the categories panel in Wordpress, with wxPython. What I\'m trying to figure out, is how to add a widget when the user clicks a button (like \"Add New Category\")[详细]
2023-03-24 13:57 分类:问答wxPython: How to reference the frame's status bar from individual notebook panels?
I\'m sure this is easy for you guys, but I\'m having a hard time finding a solution to this... I have a Frame that is constructed of a bunch of imported files to build a notebook... something like:[详细]
2023-03-24 04:44 分类:问答WxPython: How do I Edit Row and Column Names for a cSheet Grid and make the cells non-editable?
I am currently piping information to a wxPython GUI program in real time. I would like to make a custom spread-sheet-style 4x4 cell grid that continuously displays the values for a matrix being update[详细]
2023-03-23 22:12 分类:问答Moving python code to separate file
I\'m having trouble moving my functions into a separate file as they access a wxpython gui. The functions are from \"onSaveMovieFile\" to \"LogThis\"[详细]
2023-03-23 14:51 分类:问答75 MB Helloworld with py2app !
I\'m testing different languages to developp a desktop application for Mac&Windows. I thought that Python+Wx worth a try so I wrote a simple hello world.[详细]
2023-03-23 10:17 分类:问答