![](https://secure.gravatar.com/avatar/57d4a16205f08542f455a3f1a15ab2ce.jpg?s=120&d=mm&r=g)
Announcing ---------- wxPython 3.0.1.0 (classic) has been released and is now available for download at http://wxpython.org/download.php. (Finally! Sorry, but life and work has kept me busy.) No new features to speak of, but there has been lots of bug fixes in wxWidgets and a few on the wxPython side too. Various binaries are available for 32-bit and 64-bit Windows, and also for OSX using the Carbon and Cocoa APIs, for Python 2.6 and 2.7. Source code is also available at http://wxpython.org/download.php of course, for building your own. What is wxPython? ----------------- wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a set of Python extension modules that wrap the GUI components of the popular wxWidgets cross platform library, which is written in C++. wxPython is a cross-platform toolkit. This means that the same program will usually run on multiple platforms without modifications. Currently supported platforms are 32-bit and 64-bit Microsoft Windows, most Linux or other Unix-like systems using GTK2, and Mac OS X 10.4+. In most cases the native widgets are used on each platform to provide a 100% native look and feel for the application. -- Robin Dunn Software Craftsman http://wxPython.org
![](https://secure.gravatar.com/avatar/fc81cb60d5997eb18b89584d235ddd89.jpg?s=120&d=mm&r=g)
Thanks for the new version :) On Sunday, September 7, 2014 5:50:07 AM UTC+1, Robin Dunn wrote:
Announcing ----------
wxPython 3.0.1.0 (classic) has been released and is now available for download at http://wxpython.org/download.php. (Finally! Sorry, but life and work has kept me busy.) No new features to speak of, but there has been lots of bug fixes in wxWidgets and a few on the wxPython side too.
Various binaries are available for 32-bit and 64-bit Windows, and also for OSX using the Carbon and Cocoa APIs, for Python 2.6 and 2.7. Source code is also available at http://wxpython.org/download.php of course, for building your own.
What is wxPython? -----------------
wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a set of Python extension modules that wrap the GUI components of the popular wxWidgets cross platform library, which is written in C++.
wxPython is a cross-platform toolkit. This means that the same program will usually run on multiple platforms without modifications. Currently supported platforms are 32-bit and 64-bit Microsoft Windows, most Linux or other Unix-like systems using GTK2, and Mac OS X 10.4+. In most cases the native widgets are used on each platform to provide a 100% native look and feel for the application.
-- Robin Dunn Software Craftsman http://wxPython.org
![](https://secure.gravatar.com/avatar/83a7ee84a57e586a956412cdfc14a5bc.jpg?s=120&d=mm&r=g)
If I drag a page in the agw.aui notebook I get an exception (it's a traced bug). This is an issue that Andrea has fixed some weeks ago but it seems left out of this build Marco On Sunday, September 7, 2014 6:50:07 AM UTC+2, Robin Dunn wrote:
Announcing ----------
wxPython 3.0.1.0 (classic) has been released and is now available for download at http://wxpython.org/download.php. (Finally! Sorry, but life and work has kept me busy.) No new features to speak of, but there has been lots of bug fixes in wxWidgets and a few on the wxPython side too.
Various binaries are available for 32-bit and 64-bit Windows, and also for OSX using the Carbon and Cocoa APIs, for Python 2.6 and 2.7. Source code is also available at http://wxpython.org/download.php of course, for building your own.
What is wxPython? -----------------
wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a set of Python extension modules that wrap the GUI components of the popular wxWidgets cross platform library, which is written in C++.
wxPython is a cross-platform toolkit. This means that the same program will usually run on multiple platforms without modifications. Currently supported platforms are 32-bit and 64-bit Microsoft Windows, most Linux or other Unix-like systems using GTK2, and Mac OS X 10.4+. In most cases the native widgets are used on each platform to provide a 100% native look and feel for the application.
-- Robin Dunn Software Craftsman http://wxPython.org
participants (3)
-
Marco Prosperi
-
Robin Dunn
-
Yoriz