Top "Wxpython" questions

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

wxPython WebView example

I am writing a small reporting app using wxPython (wxAUI). I want to render my data as HTML, to be …

python webview wxpython
Qt being now released under LGPL, would you recommend it over wxWidgets?

I am quite a heavy user of wxWidgets, partly because of licensing reasons. How do you see the future of …

python qt wxpython wxwidgets
DLL load failed: 1% is not valid win32 application

import wx Traceback (most recent call last): File "", line 1, in import wx File "C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\__…

wxpython
How do I make wx.TextCtrl multi-line text update smoothly?

I'm working on an GUI program, and I use AppendText to update status in a multi-line text box(made of …

python wxpython wx.textctrl
How can I hide the console window when freezing wxPython applications with cxFreeze?

I'm developing a Python application using wxPython and freezing it using cxFreeze. All seems to be going fine apart from …

python wxpython cx-freeze
wxPython import error

I'm having trouble figuring out an error message in Python. yesterday, I've installed python using the latest EPD package, and …

python wxpython importerror python-import
Is it possible to pass arguments into event bindings?

I haven't found an answer elsewhere and this doesn't appear to have been asked yet on SO. When creating an …

python events wxpython
How to check if OS is Vista in Python?

How, in the simplest possible way, distinguish between Windows XP and Windows Vista, using Python and pywin32 or wxPython? Essentially, …

python windows windows-vista wxpython pywin32
"no matching architecture in universal wrapper" problem in wxPython?

I am running Python 2.7 under Mac OS 10.6.4, and I just installed wxPython from the wxPython2.8-osx-unicode-2.8.11.0-universal-py2.7.dmg binary. I …

python wxpython python-import
ImportError: No module named cycler

I am using wxpython and matplotlib to develop a software,when I complete my work, I want to convert the …

python matplotlib wxpython py2exe