I have been bashing my head against the wall trying to update a graph using matplotlib with python and wxpython.I want to press a button and add data to a graph nested in a wx.notebook.Below is the co
I\'m learning wxPython on Ubuntu Linux - and I would like to define my own widget, which is basically a line, which I\'d like to move around the window.. I\'m getting somewhere, but the problem is tha
I am creating a GUI application(wxPython). I need to run another (.exe) application from the GUI application. The subprocess will perform some operation on a user action and return an output to the GU
How do I make a newly created window in 开发者_Python百科wxPython not take focus? I\'d like to be able to create a new window, without focus jumping to it. I\'ve never tried it, but I\'ve heard you ca
The protocol attribute in Tkinter allows one to run functions when the exit button of a window has been clicked (the button with the x on it, it\'s top right in Windows).
I\'m constructing wx.MemoryDC using the data from the NSImage, but the resulting code is very sluggish. It seems to me that TIFFRepresentation -> ImageFromStream step is the one that slows things down
I have a list that updates ObjectListView, it previously worked, but in troubleshooting a different issue, I somehow broke it but now can\'t figure out why its not working.
After reading some items here I have decided to rewrite a little project using ObjectListView.My problem is that when I try to do self.ListObject.AddObject(object) to add an item to my list it fails,
I would like to create a program using wxPython that uses Google maps to display开发者_高级运维 and select geographic data.
For a computer architecture assignment, I am trying to replace a C++ library called \"Sim\" with something in Python.