-
Notifications
You must be signed in to change notification settings - Fork 198
Home
kporangehat edited this page Dec 21, 2010
·
30 revisions
Shotgun provides a simple Python-based API for accessing Shotgun and integrating with other tools. This is the official API that is maintained by Shotgun Software ([email protected])
- Shotgun Server v1.8 or higher
- Python v2.4 - v2.7. (We do have plans to eventually support Python 3)
To use Shotgun's Python API module, you need to place it in one of the directories specified by the environment variable PYTHONPATH. For more information on PYTHONPATH and using modules in Python, see http://docs.python.org/tutorial/modules.html