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
{{ message }}
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
When running scons launcher/dist from Python 3.8, syntax warning is printed for an identity comparison in win32com/client/makepy.py line 369. Specifically:
if path is not '' and not os.path.exists(path):
I expect this would have been fixed in win32com upstream, but won't hurt to make sure this is reported, as Py2exe still relies on win32com for certain operations.
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Follow-up from nvaccess/nvda:10977:
When running scons launcher/dist from Python 3.8, syntax warning is printed for an identity comparison in win32com/client/makepy.py line 369. Specifically:
if path is not '' and not os.path.exists(path):
I expect this would have been fixed in win32com upstream, but won't hurt to make sure this is reported, as Py2exe still relies on win32com for certain operations.
Thanks.
The text was updated successfully, but these errors were encountered: