**wxPython-zombie** eventually matured to version 3.1.5 of wxWidgets. No more
development, only bug fixes are done, a lot so far. **wxPython-zombie** will
provide the 64-bit binary extension package (build with Visual Studio 2022) for
MS Windows 10/11 and the source package to build for Linux. This is a release for
Python 3.13.
**wxPython-zombie** is forked from commit `64e5d86`__ of wxPython Project Phoenix
on 30 Jan 2021. The included wxWidgets is from the on 14 Apr 2021 released
`wxWidgets 3.1.5`__ . The latest version of the meta build system Waf is used,
released on 28 Oct 2024, `waf 2.1.4`__. Also the latest version of, a Python
bindings generator for C/C++ libraries, SIP is used, released on 12 Jul 2024,
`sip 6.8.6`__. The source distribution format that is now used, is specified
in `PEP 517`__. The binary distribution format (wheel) that is used, is specified
in `PEP 427`__. The Windows wheel was built with `Build Tools for Visual Studio
2022`__, configured for the *Windows SDK (10.0.22000) for Windows 11* and
the *MSVC v143 - VS 2022 C++ x64/x86 build tools*. The binary distribution no
longer ships with the Microsoft\ :sup:`©` C Runtime Library msvcp140.dll. If
Microsoft Visual C++ 2015-2022 Redistributable (x64) is not installed on your
machine, install it (you will need administrator rights).
From the console::
> winget install Microsoft.VCRedist.2015+.x64
__ https://github.com/wxWidgets/Phoenix/tree/64e5d863f7833f10df6a0fbcf3221a730562224b
__ https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.5/wxWidgets-3.1.5.7z
__ https://waf.io/waf-2.1.4
__ https://pypi.org/project/sip/
__ https://www.python.org/dev/peps/pep-0517
__ https://www.python.org/dev/peps/pep-0427
__ https://aka.ms/vs/17/release/vs_BuildTools.exe
You must not install **wxPython** and **wxPython-zombie** in the same environment,
both packages use the package directory ``wx``.
The build and installation on Linux was tested on Arch Linux, with just the
minimal explicit installed packages or groups linux, base, base-devel, webkit2gtk,
glu, sdl2 and pyenv. With pyenv, Python 3.13.0 was installed and used. The build
will take about 15 to 40 minutes, depending on your system. To see the verbose
progress of the build process, use the verbose option in pip. Warning: the verbose
option in pip < 21.2 can produce a lot of output in the beginning when pip is
creating a build environment. On Linux, update pip first before building and
installing **wxPython-zombie**, as normal user::
$ python -m pip install -U pip
The demo package of **wxPython-zombie** is included in the distribution.
Installation on MS Windows 10/11
--------------------------------
Using pip::
> pip install wxpython-zombie
Build and installation on Arch Linux
------------------------------------
Using pip as normal user::
$ pip install wxpython-zombie
or
::
$ pip install -v wxpython-zombie
Start the demo
--------------
From the console::
> wxpython-demo
Raw data
{
"_id": null,
"home_page": null,
"name": "wxPython-zombie",
"maintainer": "Stephan Zevenhuizen",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "S.J.M.Zevenhuizen@uu.nl",
"keywords": "GUI, wx, wxWindows, wxWidgets, wxPython, zombie",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/7a/e2/ef71ae2c6039e0541f6266c3eb5ab7c3dbf175e29097172304f56b0f4c45/wxpython_zombie-3.1.5.8.tar.gz",
"platform": "win-amd64",
"description": "**wxPython-zombie** eventually matured to version 3.1.5 of wxWidgets. No more\r\ndevelopment, only bug fixes are done, a lot so far. **wxPython-zombie** will\r\nprovide the 64-bit binary extension package (build with Visual Studio 2022) for\r\nMS Windows 10/11 and the source package to build for Linux. This is a release for\r\nPython 3.13.\r\n\r\n**wxPython-zombie** is forked from commit `64e5d86`__ of wxPython Project Phoenix\r\non 30 Jan 2021. The included wxWidgets is from the on 14 Apr 2021 released\r\n`wxWidgets 3.1.5`__ . The latest version of the meta build system Waf is used,\r\nreleased on 28 Oct 2024, `waf 2.1.4`__. Also the latest version of, a Python\r\nbindings generator for C/C++ libraries, SIP is used, released on 12 Jul 2024,\r\n`sip 6.8.6`__. The source distribution format that is now used, is specified\r\nin `PEP 517`__. The binary distribution format (wheel) that is used, is specified\r\nin `PEP 427`__. The Windows wheel was built with `Build Tools for Visual Studio\r\n2022`__, configured for the *Windows SDK (10.0.22000) for Windows 11* and\r\nthe *MSVC v143 - VS 2022 C++ x64/x86 build tools*. The binary distribution no\r\nlonger ships with the Microsoft\\ :sup:`\u00a9` C Runtime Library msvcp140.dll. If\r\nMicrosoft Visual C++ 2015-2022 Redistributable (x64) is not installed on your\r\nmachine, install it (you will need administrator rights).\r\n\r\nFrom the console::\r\n\r\n > winget install Microsoft.VCRedist.2015+.x64\r\n\r\n__ https://github.com/wxWidgets/Phoenix/tree/64e5d863f7833f10df6a0fbcf3221a730562224b\r\n__ https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.5/wxWidgets-3.1.5.7z\r\n__ https://waf.io/waf-2.1.4\r\n__ https://pypi.org/project/sip/\r\n__ https://www.python.org/dev/peps/pep-0517\r\n__ https://www.python.org/dev/peps/pep-0427\r\n__ https://aka.ms/vs/17/release/vs_BuildTools.exe\r\n\r\nYou must not install **wxPython** and **wxPython-zombie** in the same environment,\r\nboth packages use the package directory ``wx``.\r\n\r\nThe build and installation on Linux was tested on Arch Linux, with just the\r\nminimal explicit installed packages or groups linux, base, base-devel, webkit2gtk,\r\nglu, sdl2 and pyenv. With pyenv, Python 3.13.0 was installed and used. The build\r\nwill take about 15 to 40 minutes, depending on your system. To see the verbose\r\nprogress of the build process, use the verbose option in pip. Warning: the verbose\r\noption in pip < 21.2 can produce a lot of output in the beginning when pip is\r\ncreating a build environment. On Linux, update pip first before building and\r\ninstalling **wxPython-zombie**, as normal user::\r\n\r\n $ python -m pip install -U pip\r\n\r\nThe demo package of **wxPython-zombie** is included in the distribution.\r\n\r\n\r\nInstallation on MS Windows 10/11\r\n--------------------------------\r\nUsing pip::\r\n\r\n > pip install wxpython-zombie\r\n\r\n\r\nBuild and installation on Arch Linux\r\n------------------------------------\r\nUsing pip as normal user::\r\n\r\n $ pip install wxpython-zombie\r\n\r\n\r\nor\r\n\r\n::\r\n\r\n $ pip install -v wxpython-zombie\r\n\r\n\r\nStart the demo\r\n--------------\r\nFrom the console::\r\n\r\n > wxpython-demo\r\n\r\n",
"bugtrack_url": null,
"license": "wxWindows",
"summary": "Cross platform GUI toolkit for Python, 'Zombie' version",
"version": "3.1.5.8",
"project_urls": null,
"split_keywords": [
"gui",
" wx",
" wxwindows",
" wxwidgets",
" wxpython",
" zombie"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "08b1b916d52efaafc514899c9c6488f2bbfacdf455adc80170ab36ff15ba7046",
"md5": "b16ace6bbc5dc0e9423c8c64908b5a15",
"sha256": "70c6d1ee234d4a78303bb0c91050844e518bb42da59091189c17c7e10a29d92a"
},
"downloads": -1,
"filename": "wxPython_zombie-3.1.5.8-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "b16ace6bbc5dc0e9423c8c64908b5a15",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 19797892,
"upload_time": "2024-11-20T15:40:56",
"upload_time_iso_8601": "2024-11-20T15:40:56.245482Z",
"url": "https://files.pythonhosted.org/packages/08/b1/b916d52efaafc514899c9c6488f2bbfacdf455adc80170ab36ff15ba7046/wxPython_zombie-3.1.5.8-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7ae2ef71ae2c6039e0541f6266c3eb5ab7c3dbf175e29097172304f56b0f4c45",
"md5": "e3dd2c8677650538e5eb27d30154626c",
"sha256": "9e61089344e9bfb6d1b129bd753499e7c659072649544dd182c9aa917d782b06"
},
"downloads": -1,
"filename": "wxpython_zombie-3.1.5.8.tar.gz",
"has_sig": false,
"md5_digest": "e3dd2c8677650538e5eb27d30154626c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 30162235,
"upload_time": "2024-11-20T15:40:59",
"upload_time_iso_8601": "2024-11-20T15:40:59.572229Z",
"url": "https://files.pythonhosted.org/packages/7a/e2/ef71ae2c6039e0541f6266c3eb5ab7c3dbf175e29097172304f56b0f4c45/wxpython_zombie-3.1.5.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-20 15:40:59",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "wxpython-zombie"
}