Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Runnnig under Anaconda envrionment, pillow requirement and invalid value to Gauge issue #136

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
13 changes: 13 additions & 0 deletions conda_env_py3.7.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: dicompyler
channels:
- conda-forge
- defaults
dependencies:
- python=3.7
- wxpython
- pydicom
- matplotlib=2.1
- pillow
- pip
- pip:
- dicompyler-core
2 changes: 1 addition & 1 deletion dicompyler/baseplugins/treeview.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def RecurseTreeThread(self, ds, parent, addItemFunc, progressFunc, length):
if (length > 0):
wx.CallAfter(progressFunc, i, length, 'Processing DICOM data...')
if (i == length-1):
wx.CallAfter(progressFunc, i, len(ds), 'Done')
wx.CallAfter(progressFunc, i, length, 'Done')
# Add the data_element to the tree if not a sequence element
if not (data_element.VR == 'SQ'):
cs = ds.get('SpecificCharacterSet', "ISO_IR 6")
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ dicompyler-core[image]>=0.5.2
wxPython>=4.0.0b2
matplotlib>=1.3,<2.2
numpy>=1.13.1
pillow
https://github.com/darcymason/pydicom/archive/master.zip