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
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