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
cmd py2exe-gui Union[str, bytes, os.PathLike[str]], TypeError: 'ABCMeta' object is not subscriptable
File "D:\Python\lib\site-packages\py2exe_gui\Utilities_init_.py", line 6, in
from .open_qfile import QtFileOpen
File "D:\Python\lib\site-packages\py2exe_gui\Utilities\open_qfile.py", line 36, in
class QtFileOpen:
File "D:\Python\lib\site-packages\py2exe_gui\Utilities\open_qfile.py", line 48, in QtFileOpen
Union[str, bytes, os.PathLike[str]], TypeError: 'ABCMeta' object is not subscriptable
python 3.8
py2exe-gui 0.3.1
The text was updated successfully, but these errors were encountered:
cmd py2exe-gui Union[str, bytes, os.PathLike[str]], TypeError: 'ABCMeta' object is not subscriptable
File "D:\Python\lib\site-packages\py2exe_gui\Utilities_init_.py", line 6, in
from .open_qfile import QtFileOpen
File "D:\Python\lib\site-packages\py2exe_gui\Utilities\open_qfile.py", line 36, in
class QtFileOpen:
File "D:\Python\lib\site-packages\py2exe_gui\Utilities\open_qfile.py", line 48, in QtFileOpen
Union[str, bytes, os.PathLike[str]], TypeError: 'ABCMeta' object is not subscriptable
python 3.8
py2exe-gui 0.3.1
The text was updated successfully, but these errors were encountered: