gacou54 / pyorthanc

Python library that wrap the Orthanc REST API and facilitate the manipulation of data in Orthanc
MIT License
49 stars 10 forks source link

Orthanc unable to connect with username #27

Closed sahertariq07 closed 1 year ago

sahertariq07 commented 1 year ago

My code and error: orthanc = Orthanc('http://localhost:8042/', username='orthanc', password='orthanc') Traceback (most recent call last): File "", line 1, in TypeError: init() got an unexpected keyword argument 'username'

sahertariq07 commented 1 year ago

Solved the issue. The previous version was installed by default due to python3.6. When Installed the latest version pyorthanc 1.11.5 on python=3.8 got connected to the Orthanc.