Starting another RV plugin,...but this time we want to use some pre-existing python code.
To make this work,...in the plugin file, using python, near the top, in the import statements,
I need to add the old reliable statement we've all seen before,..
from shotgun_api3 import Shotgun
But when I launch RV, it crashes. Rob@Shotgun told us (many months ago) that in order to prevent, do a
Shotgun.NO_SSL_VALIDATION = True
but unfortunately it still crashes at launch. To be fair, Rob's suggestion was in a slightly different context though,
but it seemed like the logical thing to try.
I'm surprised that importing the main Shotgun module would cause a crash, given all the cooperative efforts of Shotgun and Tweak
to have their products co-mingle, so to speak.
Can anybody shed any light on how to do this?...or even if it can be done?...and/or alternatives?
We don't want to use ScreeningRoom for this...it's just a pretty simple python plugin for use in the RV player.
Thanks,