Phoenix icon indicating copy to clipboard operation
Phoenix copied to clipboard

wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.

Results 375 Phoenix issues
Sort by recently updated
recently updated
newest added

``` PS C:\Users\Tat\PycharmProjects\meerk40t> pip install wxPython Collecting wxPython Downloading wxPython-4.2.0.tar.gz (71.0 MB) ---------------------------------------- 71.0/71.0 MB 735.6 kB/s eta 0:00:00 Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info...

Add support for doing manylinux(_2_28) builds. Works much better than the last times I attempted manylinux support.

**Operating system**: all **wxPython version & source**: 4.2.0 **Python version & source**: all **Description of the problem**: Thrilled to see version 4.2.0 released (https://github.com/wxWidgets/Phoenix/blob/master/CHANGES.rst#420-rumors-of-my-death-are-only-slightly-exaggerated). Please use `git tag` and push...

**Operating system**: Windows 11 **wxPython version & source**: wxPython 4.2.0a1.dev5449+3ac1e526 **Python version & source**: Python 3.10.5 **Description of the problem**: Bug with context menu and bold style font (see attachment)....

**Description of the problem**: When wxPython **4.2.0** demo "PDFViewer" (uses PyMuPDF 1.20.1) is launched and any PDF file is loaded, then following exception is thrown out: ``` Traceback (most recent...

**Operating system**: Arch Linux **wxPython version & source**: PyPi **Python version & source**: distro (v3.10) **Description of the problem**: On Python 3.10, but not 3.9, the example program below (taken...

**Operating system**: Linux Mint 20.3 **wxPython version & source**: wxPython 4.1.1 gtk3 (phoenix) wxWidgets 3.1.5 (built from https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04 using pip). **Python version & source**: Python 3.8.10 from Linux Mint distribution....

This PR enables configuring horizontal alignment of the popup dialog with respect to the parent control in the python-only popup control. The default now is center, which was the previous...

**Operating system**: Ubuntu 20.04 **wxPython version & source**: 4.1.1 **Python version & source**: CPython 3.9.12 **Description of the problem**: When adding and binding more than 26 `FloatCanvas.Object` instances the application...

using setuptools or distutils to set up an MSVC build environment has been flaky at best. It doesn't always work correctly because of Microsoft's inability to stick to a single...