Python [import orthanc]

For future googlers: answered here

Gist of it:

try:
    import orthanc
except ImportError:
    orthanc = None