Skip to content

ModuleNotFoundError: No module named 'fcntl' #19

@kharanshu2

Description

@kharanshu2

from my research this tool works only on unix based operating systems, so no luck on windows, here is my code for reference:
import pypx

pacs_settings = {
'aet': 'ABC',
'server_ip': '127.0.0.2',
'server_port': '11112',
}

query parameters

query_settings = {
'StudyInstaneUID': "1223"
}

output = pypx.find({**pacs_settings, **query_settings})
print(output)

obvsly i have replaced the original credentials with dummy ones

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions