Top "Wxpython" questions

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

How to create a Mac OS X app with Python?

I want to create a GUI application which should work on Windows and Mac. For this I've chosen Python. The …

python wxpython macos py2app
Quick and easy: trayicon with python?

I'd just need a quick example on how to easily put an icon with python on my systray. This means: …

python wxpython pyqt systray tray
Pausing a thread using threading class

I have a long process that i've scheduled to run in a thread, because otherwise it will freeze the ui …

python multithreading wxpython
Embedding a matplotlib figure inside a WxPython panel

How do I embed a matplotlib figure object inside a WxPython panel? I googled around and saw complicated examples involving …

python wxpython matplotlib
How to pass arguments to animation.FuncAnimation()?

How to pass arguments to animation.FuncAnimation()? I tried, but didn't work. The signature of animation.FuncAnimation() is class matplotlib.…

python matplotlib wxpython
What is the best real time plotting widget for wxPython?

I would like to show a real time graph with one or two curves an up to 50 samples per second …

python wxpython wxwidgets
How do you force refresh of a wx.Panel?

I am trying to modify the controls of a Panel, have it update, then continue on with code execution. The …

python wxpython refresh panel
matplotlib: how to refresh figure.canvas

I can't understand how to refresh FigureCanvasWxAgg instance. Here is the example: import wx import matplotlib from matplotlib.backends.backend_…

python wxpython matplotlib
wxPython StaticText Widget Font

How do I set the font on a wxPython StaticText widget?

python wxpython
wxPython: Calling an event manually

How can I call a specific event manually from my own code?

python user-interface events wxpython