Top "Wxpython" questions

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

How to use wxPython for Python 3?

I installed wxPython 3.0.1.1, but I'm unable to import wx using Python 3.4.1. I am getting the following error: Python 3.4.1 (v3.4.1:c0…

python macos python-3.x wxpython
Still no wxPython for Python 3 (or 3.3) yet?

I wanted to start working with wxPython, but I found out that it isn't updated for Python 3. I'm using the …

python python-3.x wxpython gui-toolkit
Change the colour of a StaticText, wxPython

I need to make a StaticText red, what should I use?

wxpython static-text
How to resize and draw an image using wxpython?

I want to load an image, resize it to a given size and after draw it in a specific position …

python image wxpython resize draw
Python and Matplotlib and Annotations with Mouse Hover

I am currently employing this code to have pop up annotatations on a map when i click on a point …

python annotations matplotlib wxpython matplotlib-basemap
Dynamically change the choices in a wx.ComboBox()

I didn't find a better way to change the different choices in a wx.ComboBox() than swap the old ComboBox …

python wxpython wxwidgets
Embedding a Pygame window into a Tkinter or WxPython frame

A friend and I are making a game in pygame. We would like to have a pygame window embedded into …

python tkinter wxpython pygame embed
Getting String from A TextCtrl Box

How to get the strings from a TextCtrl box? Here is the practice code: import wx class citPanel(wx.Panel): …

python wxpython textctrl
Using wxPython to get input from user

Suppose I need to replace the raw_input function in the following code with a wxPython dialog box that asks …

python wxpython user-input raw-input
Showing a .png image in a window in wxPython

How to show a .png image in a window in wxPython?

wxpython png