Top "Wxpython" questions

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

Creating a scrolling panel in wxPython

Level: Beginner I recently started to programme a GUI application with wxPython. I am facing a problem in creating a …

python wxpython wxwidgets
Why Does .Hide()ing and .Show()ing Panels in wxPython Result in the Sizer Changing the Layout?

As referenced in my previous question, I am trying to make something slightly wizard-like in function. I have settled on …

wxpython wxwidgets sizer
Easy_install of wxpython has "setup script" error

I have an install of python 2.5 that fink placed in /sw/bin/. I use the easy install command sudo /sw/…

python wxpython easy-install
Selecting GUI on windows (wxPy vs pyQt)

We are planning to develop an application for monitoring and configuring our service (which is running on remote server). After …

user-interface pyqt wxpython
Is it possible to limit TextCtrl to accept numbers only in wxPython?

I want to have a text control that only accepts numbers. (Just integer values like 45 or 366) What is the best …

wxpython textctrl
WYSIWYG tool for programming GUI in Python?

I was hoping to find a tool similar to Borland Delphi or VisualBasic for Python. Basically, I want to be …

python qt user-interface wxpython pyqt4
Platform independent tool to copy text to clipboard

I am trying to write a function that copies a string parameter to the clipboard. I intend to use this …

python wxpython tkinter clipboard
How to get the width of a string in pixels?

I am using wxPython's HyperTreeList and I want to set the column width exactly equal to length of the largest …

python wxpython
wxpython - One Frame, Multiple Panels, Modularized Code

I'm working on a fairly large GUI project and am thus using wxpython to build it. I have one frame, …

python user-interface wxpython wxwidgets
How to do a memset with Python buffer object?

How can I do a fast reset for a continue set of values inside a Python buffer object? Mainly I …

python wxpython buffer python-2.5