Hi Alain,
Thanks for your help.
I tried a 32 bit version of the python library and got the message
E1007 09:11:35.347418 SharedLibrary.cpp:49] LoadLibrary(C:\Program Files\Orthanc Server\Plugins\OrthancPython-Win32-Python3.7-3.4.dll) failed: Error 193
E1007 09:11:35.347418 OrthancException.cpp:57] Error while using a shared library (plugin): You are most probably trying to load a 32bit plugin into a 64bit version of Orthanc
So I'm confident 64 bit is correct.
Going into the console and typing `python` prints the following
Python 3.7.5 (tags/v3.7.5:5c02a39a0b, Oct 15 2019, 00:11:34) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
So python is indeed 64 bit and version 3.7.
Does the orthanc-python get python that way? Via whatever is available globally?