Top "Wxpython" questions

wxPython is a Python wrapper for the cross-platform C++ GUI API wxWidgets.

Py2exe lxml woes

I have a wxpython application that depends on lxml and works well when running it through the python interpreter. However, …

python wxpython lxml py2exe
My application won't run because I'm missing MSVCR90.dll, what can I do?

I used the instructions here to create my application. I get this message every time I double click my application …

python wxpython runtime-error py2exe msvcr90.dll
wxPython: How to change the font color in textctrl with a checkbox?

I have some checkboxes like this self.myCB = wx.CheckBox(panel, id=02, label="someString", pos=(20, 25)) behind every checkbox there's a …

colors checkbox if-statement wxpython textctrl
wxPython problems with wrapping staticText

A simplified version of the code is posted below (white space, comments, etc. removed to reduce size - but the …

python static wxpython
Problem setting value of wx.TextCtrl in wxPython

I'm trying to pass the directory the user chooses back to the wx.TextCtrl named ChooseRoot. This has not worked …

oop wxpython setvalue
what's the difference between matplotlib.pyplot and matplotlib.figure?

I'm just getting into matplotlib. I see some examples of matplotlib.pyplot used, but when integrating matplotlib with wxpython i …

python wxpython matplotlib
can't install wxPython on Anaconda Python

I installed Anaconda Python on my RHEL6 system. In order to run gnuradio I need wxPython. For that reason I …

wxpython anaconda gnuradio
wxPython: how to create a bash shell window?

I want to create a popup window using wxPython that acts like a bash shell. I don't want a terminal …

wxpython
wxPython: Threading GUI --> Using Custom Event Handler

I am trying to learn how to run a thread off the main GUI app to do my serial port …

python multithreading wxpython custom-events
wxPython: Items in BoxSizer don't expand horizontally, only vertically

I have several buttons in various sizers and they expand in the way that I want them to. However, when …

python wxpython wxwidgets