Top "Wxpython" questions

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

Changing the font on a wxPython TextCtrl widget

I'd like to set the font of a wx.TextCtrl widget to Consolas, or at least another monospaced font. How …

python fonts wxpython textctrl
Getting total/free RAM from within Python

From within a Python application, how can I get the total amount of RAM of the system and how much …

python wxpython
How I can set gap in Vertical BoxSizer?

How can I set gap in Vertical BoxSizer? What's in the Vertival BoxSizer the similar or alternative method of SetVGap (…

python user-interface wxpython wxwidgets
How can I redirect the logger to a wxPython textCtrl using a custom logging handler?

I'm using a module in my python app that writes a lot a of messages using the logging module. Initially …

python logging wxpython
Install wxPython on Mac os Mavericks

I am on a Macbook Air, running Mavericks. Today I downloaded wxPython via their website, however, when I click on …

python macos wxpython osx-mavericks
How do I set the color of a toggle button in wxpython?

I have a collection of button that I've created and need to change the color of the button when it's …

button colors wxpython togglebutton
How do I install wxPython in virtualenv

I'm on a Mac OSX Lion machine, and I've downloaded wxPython-src-2.9.3.1.tar.bz2. I then did the following (note: output …

python windows macos wxpython virtualenv
Building a Mac and Windows GUI Application

I am planning to build a GUI application for Mac and Windows. I've been doing some research in the technology …

c++ python cross-platform wxpython py2app
python: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0

I am trying to read some Images(and later intend to do some task on them), and while Images are …

python multithreading wxpython animated-gif
In wxPython how do you bind a EVT_KEY_DOWN event to the whole window?

I can bind an event to a textctrl box np. The problem is I have to be clicked inside of …

python user-interface wxpython