Skip to content

Can't use wxPython on free-threaded Python on Windows #2829

@cool-RR

Description

@cool-RR
$ python3.14t.exe --version
Python 3.14.0
$ python3.14t.exe -m pip show wxpython | grep Version
Version: 4.2.4
$ python3.14t.exe -c 'import wx'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
    import wx
  File "C:\Program Files\Python314\Lib\site-packages\wx\__init__.py", line 17, in <module>
    from wx.core import *
  File "C:\Program Files\Python314\Lib\site-packages\wx\core.py", line 12, in <module>
    from ._core import *
ModuleNotFoundError: No module named 'wx._core'

Python installed on Windows 10 Pro using official installer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions