Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix update that broke! #9

Open
rudolphpienaar opened this issue Aug 26, 2020 · 8 comments
Open

Fix update that broke! #9

rudolphpienaar opened this issue Aug 26, 2020 · 8 comments

Comments

@rudolphpienaar
Copy link
Member

No description provided.

@rudolphpienaar
Copy link
Member Author

Need to rebuild local pypx based on systematic copy of new files into the old repo

@rudolphpienaar
Copy link
Member Author

Step 1

Copy the new 'bin' to the old.
Rebuild and test.

@rudolphpienaar
Copy link
Member Author

Copy new setup.py to old

@rudolphpienaar
Copy link
Member Author

PACS_QR.sh -r local -D -h BCH-chrisdev  -Q "--AccessionNumber 25831349 --retrieve --printReport ''" -v

@rudolphpienaar
Copy link
Member Author

Success!! Initial success on building old code base.

Critically needed to specify pydicom==1.3.0

@rudolphpienaar
Copy link
Member Author

Works on new build!!!
Wooohoo!!!

@rudolphpienaar
Copy link
Member Author

Currently working hypothesis is that new pydicom spits out logging info on the port that messes things up.

@rudolphpienaar
Copy link
Member Author

Working with latest pydicom!!

MUST turn off logging with

# Turn off all logging for modules in this libary
import logging
logging.disable(logging.CRITICAL)

in listen.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant