Top "Wxpython" questions

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

How can I create a simple message box in Python?

I'm looking for the same effect as alert() in JavaScript. I wrote a simple web-based interpreter this afternoon using Twisted.…

python wxpython tkinter
How to stop a looping thread in Python?

What's the proper way to tell a looping thread to stop looping? I have a fairly simple program that pings …

python multithreading wxpython
Programmatically generate video or animated GIF in Python?

I have a series of images that I want to create a video from. Ideally I could specify a frame …

python video wxpython animated-gif
Python - No handlers could be found for logger "OpenGL.error"

Okay, what is it, and why does it occur on Win2003 server, but not on WinXP. It doesn't seem to …

python logging opengl wxpython pyopengl
Nice IDE with GUI designer for wxPython or Tkinter

I have a little experience developing small command-line applications with Python. I want to move on to developing GUIs with …

python user-interface ide wxpython tkinter
py2exe fails to generate an executable

I am using python 2.6 on XP. I have just installed py2exe, and I can successfully create a simple hello.…

python wxpython py2exe
How to properly install wxPython?

So I was looking around at different things to do on Python, like code for flashing text or a timer, …

python windows download wxpython
wxPython vs PyQt vs PyGTK: when and what to use?

Need advise from those who have minimum health experience to design GUI interfaces with Python. When and what to choose …

user-interface wxpython pyqt pygtk
How to convert a string from CP-1251 to UTF-8?

I'm using mutagen to convert ID3 tags data from CP-1251/CP-1252 to UTF-8. In Linux there is no problem. But …

python utf-8 wxpython cp1251
Retrieve XY data from matplotlib figure

I'm writing a little app in wxPython which has a matplotlib figure (using the wxagg backend) panel. I'd like to …

python matplotlib wxpython