What python GUI packages are recommended for developing Fedora/Linux applications and is the most portable?
Thanks! Dan
On 10/05/2009 11:29 AM, Daniel B. Thurman wrote:
What python GUI packages are recommended for developing Fedora/Linux applications and is the most portable?
wxWidgets for crossplatform (linux, mac, windows), natively compiled code. wxGlade is a wxWidgets gui designer. There are language bindings for c++ and python.
Take a look at audacity to see the sort of UI that can be built.
DaveT.