Events plugin 'Shotgun' could not be loaded from the repository because: Error executing event plugin script "\\sfs-file\deadlinerepository6\events\Shotgun\Shotgun.py": Python Error: ImportError : No module named sg_25 (Python.Runtime.PythonException)
Stack Trace:
[' File "none", line 20, in <module>\n', ' File "\\\\sfs-file\\deadlinerepository6\\events\\Shotgun\\ShotgunUtils.py", line 5, in <module>\n import shotgun_api3.shotgun\n', ' File "\\\\sfs-file\\deadlinerepository6\\events\\Shotgun\\shotgun_api3\\__init__.py", line 1, in <module>\n from shotgun import (Shotgun, ShotgunError, ShotgunFileDownloadError, Fault,\n', ' File "\\\\sfs-file\\deadlinerepository6\\events\\Shotgun\\shotgun_api3\\shotgun.py", line 54, in <module>\n from sg_25 import *\n']
(Deadline.Events.DeadlineEventPluginException)
This will be fixed beta 6, which we’ll try to get out later this week. We forgot to include some of the updated shotgun API files in the repository installer.
In the meantime, you can just download the shotgun api directly from here:
github.com/shotgunsoftware/pyth … ag/v3.0.14
And drop the ‘shotgun_api3’ folder in your event/Shotgun folder, which should fix this.