You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am testing my code with IPython, using window.activate() raises an error.
When writing the same exact code into a .py file and running it, it works as expected.
c:\program files\python38\lib\site-packages\pygetwindow\_pygetwindow_win.py in _raiseWithLastError()
95 information from GetLastError() and FormatMessage()."""
---> 97 raise PyGetWindowException('Error code from Windows: %s - %s' % (errorCode, _formatMessage(errorCode)))
98
99
PyGetWindowException: Error code from Windows: 997 - Overlapped I/O operation is in progress.
The text was updated successfully, but these errors were encountered:
When I am testing my code with IPython, using
window.activate()
raises an error.When writing the same exact code into a
.py
file and running it, it works as expected.Code:
Error:
The text was updated successfully, but these errors were encountered: