Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble running after installation #2

Open
codeofdusk opened this issue Oct 25, 2022 · 2 comments
Open

Trouble running after installation #2

codeofdusk opened this issue Oct 25, 2022 · 2 comments

Comments

@codeofdusk
Copy link

Python 3.11.0 (main, Oct 24 2022, 18:13:38) [MSC v.1933 32 bit (Intel)] on win32                                        
Type "help", "copyright", "credits" or "license" for more information.                                                  
>>> import wx                                                                                                           
Traceback (most recent call last):                                                                                      
  File "<stdin>", line 1, in <module>                                                                                   
  File "C:\Users\codeofdusk\AppData\Local\Programs\Python\Python311-32\Lib\site-packages\wx\__init__.py", line 17, in <module>                                                                                                                  
    from wx.core import *                                                                                               
  File "C:\Users\codeofdusk\AppData\Local\Programs\Python\Python311-32\Lib\site-packages\wx\core.py", line 12, in <module>                                                                                                                      
    from ._core import *                                                                                                
ModuleNotFoundError: No module named 'wx._core'                                                                         
@josephsl
Copy link
Owner

josephsl commented Oct 25, 2022 via email

@josephsl
Copy link
Owner

Hi,

Try a newer wheel that adds file extensions for pyd files.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants