wxPython 64bit 4.1.1 freeware
wxPython x64 was designed to be 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 Python extension module (native code) that wraps the popular wxWidgets cross platform GUI library, which is written in C++.
Author | wxPROs |
Released | 2020-11-26 |
Filesize | 17.80 MB |
Downloads | 371 |
OS | Windows Vista x64, Windows 7 x64, Windows 8 x64, Windows 10 x64 |
Installation | Instal And Uninstall |
Keywords | Development x64 |
Users' rating (3 rating) |
|
Our rating |
![]() |
wxPython 64bit Free Download - we do not host any wxPython 64bit torrent files or links of wxPython 64bit on rapidshare.com, depositfiles.com, megaupload.com etc. All wxPython 64bit download links are direct wxPython 64bit download from publisher site or their selected mirrors.
4.1.1 | Nov 26, 2020 | New Release | |
4.1.0 | Apr 24, 2020 | New Release | |
3.0.2.0 | Nov 28, 2014 | New Release | Fixed wxPython bug on OSX that was preventing the wx.App's virtual methods related to handling App Events, like open-files or reopen-app, from being handled correctly. NOTE: It appears that wxPython applications on OSX will now always be getting an initial Apple Event(s) sent to `MacOpenFiles` coresponding to the name of the script and args on the python command-line. Added patch #15142 which adds support for building with and using GTK3 as the wx platform. Thanks kosenko! Fixed the OSX Carbon build to actually use Carbon. (Because of a change in defaults it was actually building the Cocoa build instead.) Pythonized DataViewCtrl.HitTest. It now takes just the Point parameter and returns the DataViewItem and DataViewColumn objects. If there is no item at that point then item will evaluate to False, (or you can use its IsOk method.) For example:: item, col = ctrl.HitTest(point) if item: doSomething(item, col) |