Python configuration

Hi!
I can’t seem to configure the python plugin. Python is installed, is correct version (32b and 32b orthanc) but I just don’t know what to edit in the orthanc configuration file, that is, where to put :

{ “Plugins” : [ “.” ], “PythonScript” : “rest.py”, “PythonVerbose” : false }

I have tried a test python script that writes an empty file on disk, just to see if something happens, but nothing does!

Thank you!

I suggest you run orthanc with --verbose and maybe supply the logs.

Either your Python plugin is not found, the script itself is not found or the system Python DLL is not found.

Also, you should first test with an absolute path to your rest.py file to sort out the relative path later.