Operating system: Linux
wxPython version & source: 4.2.5 from PyPI
Python version & source: 3.14.2 from distro
Description of the problem: After installing wxPython, it comes with a bunch of .pyi files for type checking, but it does not include a py.typed file, so PyRight complains about Stub file not found for "wx" (reportMissingTypeStubs). Given that there are .pyi files, it seems as if you intend for type checking to work?
Operating system: Linux
wxPython version & source: 4.2.5 from PyPI
Python version & source: 3.14.2 from distro
Description of the problem: After installing wxPython, it comes with a bunch of
.pyifiles for type checking, but it does not include apy.typedfile, so PyRight complains aboutStub file not found for "wx" (reportMissingTypeStubs). Given that there are.pyifiles, it seems as if you intend for type checking to work?