Skip to content

wx.EventLoop() deprecation warning #690

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

Open
joltman61 opened this issue Apr 9, 2025 · 0 comments
Open

wx.EventLoop() deprecation warning #690

joltman61 opened this issue Apr 9, 2025 · 0 comments
Labels
triage-needed Needs assignment to the proper sub-team

Comments

@joltman61
Copy link

When running an application which uses the wxPython 4.2.2 library, the VS-Code debugger v2025.6.0 is reporting a number of deprecation warnings that tend to fill the console. An example is...

c:\Users\xxxxx.vscode\extensions\ms-python.debugpy-2025.6.0-win32-x64\bundled\libs\debugpy_vendored\pydevd\pydev_ipython\inputhookwx.py:131: wxPyDeprecationWarning: Using deprecated class EventLoop. Use GUIEventLoop instead.

I have edited all references to wx.EventLoop to use wx.GUIEventLoop in inputhookwx.py and that seems to have resolved the issue.

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

1 participant