shotgunsoftware / python-api

A Python-based library for accessing Flow Production Tracking API.
https://developer.shotgridsoftware.com/python-api
Other
308 stars 198 forks source link

Can't build Pyinstaller executable with python 2.7 on shotgun_api3 3.2.2 #222

Open quitinit opened 4 years ago

quitinit commented 4 years ago

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