Using Gspread with Python.NET or IronPython

Hi,
I’d like to use the gspread python module in an event plugin (github.com/burnash/gspread) ; how can I provide this new python module to all deadline slaves ? Should I just install it in the python folder of the deadline install or in the events plugin folder or anywhere else?

Thanks,
Fred

You can import libraries from a network location. That’s generally how I handle it. Import Path, add the network path to the library and then import the module.

Thanks a lot, I’m going to try right now.

Fred

Okay thank for the proposal this is a good way to share modules, thanks again.

Fred