wxPython-zombie


NamewxPython-zombie JSON
Version 3.1.5.7 PyPI version JSON
download
home_page
SummaryCross platform GUI toolkit for Python, 'Zombie' version
upload_time2023-10-24 14:40:11
maintainerStephan Zevenhuizen
docs_urlNone
author
requires_python>=3.8
licensewxWindows
keywords gui wx wxwindows wxwidgets wxpython zombie
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            **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.12.

**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 12 Aug 2023, `waf 2.0.26`__. Also the latest version of, a Python
bindings generator for C/C++ libraries, SIP is used, released on 14 Oct 2023,
`sip 6.7.12`__. 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*.

__ 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.0.26
__ 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.12.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": "",
    "name": "wxPython-zombie",
    "maintainer": "Stephan Zevenhuizen",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "S.J.M.Zevenhuizen@uu.nl",
    "keywords": "GUI,wx,wxWindows,wxWidgets,wxPython,zombie",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ba/b2/8ea2e1510f0500f4748b359fef3164edb43e133f26f8662a2e35f87654fe/wxPython-zombie-3.1.5.7.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.12.\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 12 Aug 2023, `waf 2.0.26`__. Also the latest version of, a Python\r\nbindings generator for C/C++ libraries, SIP is used, released on 14 Oct 2023,\r\n`sip 6.7.12`__. 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*.\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.0.26\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.12.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.7",
    "project_urls": null,
    "split_keywords": [
        "gui",
        "wx",
        "wxwindows",
        "wxwidgets",
        "wxpython",
        "zombie"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3dbd4272c753b106795a2efb548e5cf33a4fe8e5116fc7d83ca0f8ab47dd49fe",
                "md5": "bea6f280452dacc7ea5e2e6d006689fd",
                "sha256": "e4ba43bbd2fc438737ffe2fee2b7d7cc32b2cfeea540eff6d468c8df2e2aa4c7"
            },
            "downloads": -1,
            "filename": "wxPython_zombie-3.1.5.7-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bea6f280452dacc7ea5e2e6d006689fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 20008801,
            "upload_time": "2023-10-24T14:40:08",
            "upload_time_iso_8601": "2023-10-24T14:40:08.109644Z",
            "url": "https://files.pythonhosted.org/packages/3d/bd/4272c753b106795a2efb548e5cf33a4fe8e5116fc7d83ca0f8ab47dd49fe/wxPython_zombie-3.1.5.7-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bab28ea2e1510f0500f4748b359fef3164edb43e133f26f8662a2e35f87654fe",
                "md5": "92b446bfe86597e42f889aed0a524375",
                "sha256": "990fd00a75531c1ca39d9002935d910ef1df64c93d0faffd9560c63813b254a4"
            },
            "downloads": -1,
            "filename": "wxPython-zombie-3.1.5.7.tar.gz",
            "has_sig": false,
            "md5_digest": "92b446bfe86597e42f889aed0a524375",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 30299587,
            "upload_time": "2023-10-24T14:40:11",
            "upload_time_iso_8601": "2023-10-24T14:40:11.730834Z",
            "url": "https://files.pythonhosted.org/packages/ba/b2/8ea2e1510f0500f4748b359fef3164edb43e133f26f8662a2e35f87654fe/wxPython-zombie-3.1.5.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-24 14:40:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wxpython-zombie"
}
        
Elapsed time: 0.13911s