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
Since Python 3 support was added, I can't build Pyinstaller executables with shotgun import in them. The build completes, but I get the following error:
File "dependecies\shotgun_api3\lib\six.py", line 82, in _import_module __import__(name) ImportError: No module named xmlrpclib
It was working with version <= 3.0.41
The text was updated successfully, but these errors were encountered:
Since Python 3 support was added, I can't build Pyinstaller executables with shotgun import in them. The build completes, but I get the following error:
File "dependecies\shotgun_api3\lib\six.py", line 82, in _import_module __import__(name) ImportError: No module named xmlrpclib
It was working with version <= 3.0.41
The text was updated successfully, but these errors were encountered: