# DICOM database problem

**URL:** https://discourse.slicer.org/t/dicom-database-problem/9404
**Category:** Support
**Created:** [December 5, 2019, 9:14pm UTC](https://discourse.slicer.org/t/dicom-database-problem/9404 "2019-12-05T21:14:45Z")
**Posts on this page:** 19
**Page:** 1

<div class="post-metadata">

### Author: ![opetne](https://avatars.discourse-cdn.com/v4/letter/o/71e660/32.png) [@opetne](https://discourse.slicer.org/u/opetne)
#### Post date: [December 5, 2019, 9:14pm UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/1 "2019-12-05T21:14:45Z")

</div>

Slicer 4.11.0 version  
T  
If I want to see series in the DICOM module, I see the patient name but there is nothing listed in the advanced part of it, I can’t see what kind of series does a patient have. If I want to load any series sometimes nothing happens after I clicked on it. I have to click on a series many, many times till it opens.

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [December 5, 2019, 10:01pm UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/2 "2019-12-05T22:01:46Z")

</div>

If you use latest preview release and create the database from scratch (choose an empty folder as database location in “DICOM database settings”) then it should all work well. If not, then let us know.

It is normal that clicking on a series has no effect. You can either double-click on a patient/study/series to load it or click “Load” button to load the selected items.

---

<div class="post-metadata">

### Author: ![opetne](https://avatars.discourse-cdn.com/v4/letter/o/71e660/32.png) [@opetne](https://discourse.slicer.org/u/opetne)
#### Post date: [December 5, 2019, 10:22pm UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/3 "2019-12-05T22:22:59Z")

</div>

Thank you Andras but nothing happens since I can’t click on creating new database option since it is not active…

---

<div class="post-metadata">

### Author: ![opetne](https://avatars.discourse-cdn.com/v4/letter/o/71e660/32.png) [@opetne](https://discourse.slicer.org/u/opetne)
#### Post date: [December 5, 2019, 10:25pm UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/4 "2019-12-05T22:25:19Z")

</div>

This is what I’ve found in the python module:

> **Logs**
>
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/EasyClip/lib/Slicer-4.11/qt-scripted-modules/EasyClip.py”, line 41  
> print “-------Easy Clip Widget Setup---------”  
> ^  
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print("-------Easy Clip Widget Setup---------")?  
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerProstateAblation/lib/Slicer-4.11/qt-scripted-modules/ProstateAblation.py”, line 259  
> print slicer.dicomDatabase  
> ^  
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(slicer.dicomDatabase)?  
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ResectionPlanner/lib/Slicer-4.11/qt-scripted-modules/ResectionVolume.py”, line 229  
> except Exception, e:  
> ^  
> SyntaxError: invalid syntax  
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 678, in exec\_module  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ZFrameRegistration/lib/Slicer-4.11/qt-scripted-modules/ZFrameRegistrationWithROI.py”, line 8, in   
> from SlicerDevelopmentToolboxUtils.mixins import ModuleLogicMixin, ModuleWidgetMixin  
> File “C:\Users\petnehazyors\AppData\Roaming\NA-MIC\Extensions-28659\SlicerDevelopmentToolbox\lib\Slicer-4.11\qt-scripted-modules\SlicerDevelopmentToolboxUtils\mixins.py”, line 6, in   
> from packaging import version  
> ModuleNotFoundError: No module named ‘packaging’  
> TypeError: module. **init** () argument 1 must be str, not qSlicerScriptedLoadableModule

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [December 5, 2019, 10:36pm UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/5 "2019-12-05T22:36:30Z")

</div>

> [@opetne](#):
>
> can’t click on creating new database option since it is not active…

Could you please post a screenshot?

---

<div class="post-metadata">

### Author: ![jamesobutler](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/jamesobutler/32/7511_2.png) [@jamesobutler](https://discourse.slicer.org/u/jamesobutler)
#### Post date: [December 6, 2019, 12:44am UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/6 "2019-12-06T00:44:56Z")

</div>

If you uninstall the SlicerProstateAblation extension which is having problems and restart Slicer, can you then create a new Slicer database?

---

<div class="post-metadata">

### Author: ![opetne](https://avatars.discourse-cdn.com/v4/letter/o/71e660/32.png) [@opetne](https://discourse.slicer.org/u/opetne)
#### Post date: [December 6, 2019, 8:41am UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/7 "2019-12-06T08:41:58Z")

</div>

Dear Andras and James,

I uninstalled a lot of the extensions, I kept only what I think could be usefull for segmentation.  
After a restart here are the erros logs:

> **Logs**
>
> Session start time …: 2019-12-06 09:38:40  
> Slicer version …: 4.11.0-2019-12-02 (revision 28659) win-amd64 - installed release  
> Operating system …: Windows / Professional / (Build 9200) - 64-bit  
> Memory …: 40840 MB physical, 46728 MB virtual  
> CPU …: GenuineIntel , 8 cores, 8 logical processors  
> VTK configuration …: OpenGL2 rendering, TBB threading  
> Qt configuration …: version 5.10.1, with SSL, requested OpenGL 3.2 (compatibility profile)  
> Developer mode enabled …: no  
> Prefer executable CLI …: yes  
> Application path …: C:/Users/petnehazyors/AppData/Local/NA-MIC/Slicer 4.11.0-2019-12-02/bin  
> Additional module paths …: C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SurfaceWrapSolidify/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SegmentEditorExtraEffects/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/Slicer-AirwaySegmentation/lib/Slicer-4.11/cli-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/Slicer-AirwaySegmentation/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerVMTK/lib/Slicer-4.11/qt-loadable-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerVMTK/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ModelCropper/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerIGT/lib/Slicer-4.11/qt-loadable-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerIGT/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerCochlea/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerElastix/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules  
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/AnglePlanes.py”, line 72  
> print “-------Angle Planes Widget Setup-------”  
> ^  
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“-------Angle Planes Widget Setup-------”)?  
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/AnglePlanes.py” as module “AnglePlanes” !  
> Fail to instantiate module “AnglePlanes”  
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/EasyClip.py”, line 42  
> print “-------Easy Clip Widget Setup---------”  
> ^  
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“-------Easy Clip Widget Setup---------”)?  
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/EasyClip.py” as module “EasyClip” !  
> Fail to instantiate module “EasyClip”  
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/MeshStatistics.py”, line 35  
> print “-------Mesh Statistic Widget Setup-------”  
> ^  
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“-------Mesh Statistic Widget Setup-------”)?  
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/MeshStatistics.py” as module “MeshStatistics” !  
> Fail to instantiate module “MeshStatistics”  
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/PickAndPaint.py”, line 27  
> print “-------Pick And Paint Widget Setup--------”  
> ^  
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“-------Pick And Paint Widget Setup--------”)?  
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/PickAndPaint.py” as module “PickAndPaint” !  
> Fail to instantiate module “PickAndPaint”  
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/Q3DC.py”, line 40  
> print “-------Q3DC Widget Setup------”  
> ^  
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“-------Q3DC Widget Setup------”)?  
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/Q3DC.py” as module “Q3DC” !  
> Fail to instantiate module “Q3DC”  
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/ShapeQuantifier.py”, line 89  
> print “----- Shape Quantifier widget setup -----”  
> ^  
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“----- Shape Quantifier widget setup -----”)?  
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/ShapeQuantifier.py” as module “ShapeQuantifier” !  
> Fail to instantiate module “ShapeQuantifier”  
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/ShapeQuantifierCore.py”, line 43  
> print “UpdateThreeDView”  
> ^  
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“UpdateThreeDView”)?  
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/ShapeQuantifierCore.py” as module “ShapeQuantifierCore” !  
> Fail to instantiate module “ShapeQuantifierCore”  
> Error(s):  
> CLI executable: C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerVMTK/lib/Slicer-4.11/qt-loadable-modules/vtkvmtk.py  
> The process failed to start. Either the invoked program is missing, or you may have insufficient permissions to invoke the program.  
> Fail to instantiate module “vtkvmtk”  
> The following modules failed to be instantiated:  
> EasyClip  
> MeshStatistics  
> PickAndPaint  
> vtkvmtk  
> ShapeQuantifierCore  
> Q3DC  
> AnglePlanes  
> ShapeQuantifier  
> Scripted subject hierarchy plugin registered: Annotations  
> Scripted subject hierarchy plugin registered: SegmentEditor  
> Scripted subject hierarchy plugin registered: SegmentStatistics  
> Switch to module: “Welcome”  
> Loaded volume from file: C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerVMTK/lib/Slicer-4.11/qt-scripted-modules/Resources/Vesselness.png. Dimensions: 65x50x1. Number of components: 3. Pixel type: unsigned char.
> 
> And here is everything I’ve found in the python interactor:
> 
> Python 3.6.7 (default, Dec 3 2019, 23:21:59) [MSC v.1900 64 bit (AMD64)] on win32
> 
> > > >
> 
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/AnglePlanes.py”, line 72  
> print “-------Angle Planes Widget Setup-------”  
> ^  
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“-------Angle Planes Widget Setup-------”)?  
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/EasyClip.py”, line 42  
> print “-------Easy Clip Widget Setup---------”  
> ^  
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“-------Easy Clip Widget Setup---------”)?  
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/MeshStatistics.py”, line 35  
> print “-------Mesh Statistic Widget Setup-------”  
> ^  
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“-------Mesh Statistic Widget Setup-------”)?  
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/PickAndPaint.py”, line 27  
> print “-------Pick And Paint Widget Setup--------”  
> ^  
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“-------Pick And Paint Widget Setup--------”)?  
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/Q3DC.py”, line 40  
> print “-------Q3DC Widget Setup------”  
> ^  
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“-------Q3DC Widget Setup------”)?  
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/ShapeQuantifier.py”, line 89  
> print “----- Shape Quantifier widget setup -----”  
> ^  
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“----- Shape Quantifier widget setup -----”)?  
> Traceback (most recent call last):  
> File “”, line 1, in   
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source  
> module = \_exec(spec, sys.modules[name])  
> File “”, line 618, in \_exec  
> File “”, line 674, in exec\_module  
> File “”, line 781, in get\_code  
> File “”, line 741, in source\_to\_code  
> File “”, line 219, in \_call\_with\_frames\_removed  
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/ShapeQuantifierCore.py”, line 43  
> print “UpdateThreeDView”  
> ^  
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“UpdateThreeDView”)?

---

<div class="post-metadata">

### Author: ![cpinter](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/cpinter/32/7995_2.png) [@cpinter](https://discourse.slicer.org/u/cpinter)
#### Post date: [December 6, 2019, 10:56am UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/8 "2019-12-06T10:56:10Z")

</div>

Based on the error messages it seems that the extension ShapeQuantifier is not compatible with the current Slicer (it would need to be updated to support Python 3).

Not sure what it has to do with the DICOM browser though. We’d need to see exactly what happens there. Can you post a screenshot about it when you cannot select a new DICOM database?

---

<div class="post-metadata">

### Author: ![opetne](https://avatars.discourse-cdn.com/v4/letter/o/71e660/32.png) [@opetne](https://discourse.slicer.org/u/opetne)
#### Post date: [December 6, 2019, 8:28pm UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/9 "2019-12-06T20:28:08Z")

</div>

Dear Csaba,

After I uninstalled a lot of extensions I can’t reconstruct the database problem.

Ors

Csaba Pinter via 3D Slicer Community [slicer@discoursemail.com](mailto:slicer@discoursemail.com) ezt írta (időpont: 2019. dec. 6., Pén 12:06):

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [December 7, 2019, 12:23am UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/10 "2019-12-07T00:23:35Z")

</div>

Do you mean that after uninstalling the extensions that caused the problems during startup, everything works well?

---

<div class="post-metadata">

### Author: ![cpinter](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/cpinter/32/7995_2.png) [@cpinter](https://discourse.slicer.org/u/cpinter)
#### Post date: [December 7, 2019, 3:20pm UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/11 "2019-12-07T15:20:15Z")

</div>

Unfortunately there are still some extensions that have not been updated to work with the current Slicer. For example the ShapeQuantifier extension ([GitHub](https://github.com/jbvimort/ShapeQuantifierExtension)) has not changed in four years.

The good news is that Python3 migration is quite easy and usually it’s about 3-4 types of typical problems that can be fixed mechanically.

---

<div class="post-metadata">

### Author: ![opetne](https://avatars.discourse-cdn.com/v4/letter/o/71e660/32.png) [@opetne](https://discourse.slicer.org/u/opetne)
#### Post date: [December 7, 2019, 3:46pm UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/12 "2019-12-07T15:46:16Z")

</div>

Dear Andras,

yes, it seems now working ok.

Ors

Andras Lasso via 3D Slicer Community [slicer@discoursemail.com](mailto:slicer@discoursemail.com) ezt írta (időpont: 2019. dec. 7., Szo, 1:33):

---

<div class="post-metadata">

### Author: ![opetne](https://avatars.discourse-cdn.com/v4/letter/o/71e660/32.png) [@opetne](https://discourse.slicer.org/u/opetne)
#### Post date: [December 8, 2019, 11:35am UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/13 "2019-12-08T11:35:40Z")

</div>

Dear Andras,

I might be a bit too fast by saying that the problem is solved. This is the screen I see since 2 hours. Somehow the database still causes problems and there is not smooth load of the series.

If I have a series loaded I can’t see the details, because if I click on it I don’t know if anything happens, no window pops up, no changes can be seen, the software doesn’t says NOt responding just nothing happens. Or maybe some minutes later crashes the whole software.

Ors

Ors Petnehazy [ors.petne@gmail.com](mailto:ors.petne@gmail.com) ezt írta (időpont: 2019. dec. 7., Szo, 16:46):

 ![dicom database.PNG](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/e/3/e31bce6cacdb8d600f88ec3a3929c990eabf339d.png)

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [December 8, 2019, 2:37pm UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/14 "2019-12-08T14:37:21Z")

</div>

It seems that the path you are importing data from is extremely long. Do you actually store data in so deep folder structure with so long names? Is it possible that you chose to import files from the DICOM database folder (maybe this can create an infinite loop)?

Are there any errors in the log?  
Do you have multiple Slicer instances runnning at the same time?  
Do you have the imported files on your local computer or loading them from a network drive?

---

<div class="post-metadata">

### Author: ![opetne](https://avatars.discourse-cdn.com/v4/letter/o/71e660/32.png) [@opetne](https://discourse.slicer.org/u/opetne)
#### Post date: [December 9, 2019, 1:29pm UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/15 "2019-12-09T13:29:21Z")

</div>

Dear Andras,

The files are stored on my computer, locally. I think the reason could be the someone (who installed it) named it “Ez a számítógép”… what was contained in the name of the path causing the problem

Ors

Andras Lasso via 3D Slicer Community [slicer@discoursemail.com](mailto:slicer@discoursemail.com) ezt írta (időpont: 2019. dec. 8., V, 15:47):

---

<div class="post-metadata">

### Author: ![opetne](https://avatars.discourse-cdn.com/v4/letter/o/71e660/32.png) [@opetne](https://discourse.slicer.org/u/opetne)
#### Post date: [December 9, 2019, 1:37pm UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/16 "2019-12-09T13:37:12Z")

</div>

I changed the name to my computer, not using special characters but still no changes in loading the DICOM files.

Ors Petnehazy [ors.petne@gmail.com](mailto:ors.petne@gmail.com) ezt írta (időpont: 2019. dec. 9., H, 14:29):

---

<div class="post-metadata">

### Author: ![opetne](https://avatars.discourse-cdn.com/v4/letter/o/71e660/32.png) [@opetne](https://discourse.slicer.org/u/opetne)
#### Post date: [December 9, 2019, 1:39pm UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/17 "2019-12-09T13:39:36Z")

</div>

Here is the complete error log:

> **Logs**
>
> Session start time …: 2019-12-09 14:25:10
> 
> Slicer version …: 4.11.0-2019-12-02 (revision 28659) win-amd64 - installed release
> 
> Operating system …: Windows / Professional / (Build 9200) - 64-bit
> 
> Memory …: 40840 MB physical, 46728 MB virtual
> 
> CPU …: GenuineIntel , 8 cores, 8 logical processors
> 
> VTK configuration …: OpenGL2 rendering, TBB threading
> 
> Qt configuration …: version 5.10.1, with SSL, requested OpenGL 3.2 (compatibility profile)
> 
> Developer mode enabled …: no
> 
> Prefer executable CLI …: yes
> 
> Application path …: C:/Users/petnehazyors/AppData/Local/NA-MIC/Slicer 4.11.0-2019-12-02/bin
> 
> Additional module paths …: C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SurfaceWrapSolidify/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SegmentEditorExtraEffects/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/Slicer-AirwaySegmentation/lib/Slicer-4.11/cli-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/Slicer-AirwaySegmentation/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerVMTK/lib/Slicer-4.11/qt-loadable-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerVMTK/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ModelCropper/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerIGT/lib/Slicer-4.11/qt-loadable-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerIGT/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerCochlea/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerElastix/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/QuantitativeReporting/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/DCMQI/lib/Slicer-4.11/cli-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/PETDICOMExtension/lib/Slicer-4.11/cli-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/PETDICOMExtension/lib/Slicer-4.11/qt-scripted-modules, C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerDevelopmentToolbox/lib/Slicer-4.11/qt-scripted-modules
> 
> Traceback (most recent call last):
> 
> File “”, line 1, in
> 
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source
> 
> module = \_exec(spec, sys.modules[name])
> 
> File “”, line 618, in \_exec
> 
> File “”, line 674, in exec\_module
> 
> File “”, line 781, in get\_code
> 
> File “”, line 741, in source\_to\_code
> 
> File “”, line 219, in \_call\_with\_frames\_removed
> 
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/AnglePlanes.py”, line 72
> 
> print “-------Angle Planes Widget Setup-------”
> 
> ^
> 
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print("-------Angle Planes Widget Setup-------")?
> 
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/AnglePlanes.py” as module “AnglePlanes” !
> 
> Fail to instantiate module “AnglePlanes”
> 
> Traceback (most recent call last):
> 
> File “”, line 1, in
> 
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source
> 
> module = \_exec(spec, sys.modules[name])
> 
> File “”, line 618, in \_exec
> 
> File “”, line 678, in exec\_module
> 
> File “”, line 219, in \_call\_with\_frames\_removed
> 
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/QuantitativeReporting/lib/Slicer-4.11/qt-scripted-modules/DICOMSegmentationPlugin.py”, line 14, in
> 
> from SlicerDevelopmentToolboxUtils.mixins import ModuleLogicMixin
> 
> File “C:\Users\petnehazyors\AppData\Roaming\NA-MIC\Extensions-28659\SlicerDevelopmentToolbox\lib\Slicer-4.11\qt-scripted-modules\SlicerDevelopmentToolboxUtils\mixins.py”, line 6, in
> 
> from packaging import version
> 
> ModuleNotFoundError: No module named ‘packaging’
> 
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/QuantitativeReporting/lib/Slicer-4.11/qt-scripted-modules/DICOMSegmentationPlugin.py” as module “DICOMSegmentationPlugin” !
> 
> Fail to instantiate module “DICOMSegmentationPlugin”
> 
> Traceback (most recent call last):
> 
> File “”, line 1, in
> 
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source
> 
> module = \_exec(spec, sys.modules[name])
> 
> File “”, line 618, in \_exec
> 
> File “”, line 678, in exec\_module
> 
> File “”, line 219, in \_call\_with\_frames\_removed
> 
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/QuantitativeReporting/lib/Slicer-4.11/qt-scripted-modules/DICOMTID1500Plugin.py”, line 12, in
> 
> from SlicerDevelopmentToolboxUtils.mixins import ModuleLogicMixin
> 
> File “C:\Users\petnehazyors\AppData\Roaming\NA-MIC\Extensions-28659\SlicerDevelopmentToolbox\lib\Slicer-4.11\qt-scripted-modules\SlicerDevelopmentToolboxUtils\mixins.py”, line 6, in
> 
> from packaging import version
> 
> ModuleNotFoundError: No module named ‘packaging’
> 
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/QuantitativeReporting/lib/Slicer-4.11/qt-scripted-modules/DICOMTID1500Plugin.py” as module “DICOMTID1500Plugin” !
> 
> Fail to instantiate module “DICOMTID1500Plugin”
> 
> Traceback (most recent call last):
> 
> File “”, line 1, in
> 
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source
> 
> module = \_exec(spec, sys.modules[name])
> 
> File “”, line 618, in \_exec
> 
> File “”, line 674, in exec\_module
> 
> File “”, line 781, in get\_code
> 
> File “”, line 741, in source\_to\_code
> 
> File “”, line 219, in \_call\_with\_frames\_removed
> 
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/EasyClip.py”, line 42
> 
> print “-------Easy Clip Widget Setup---------”
> 
> ^
> 
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print("-------Easy Clip Widget Setup---------")?
> 
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/EasyClip.py” as module “EasyClip” !
> 
> Fail to instantiate module “EasyClip”
> 
> Traceback (most recent call last):
> 
> File “”, line 1, in
> 
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source
> 
> module = \_exec(spec, sys.modules[name])
> 
> File “”, line 618, in \_exec
> 
> File “”, line 674, in exec\_module
> 
> File “”, line 781, in get\_code
> 
> File “”, line 741, in source\_to\_code
> 
> File “”, line 219, in \_call\_with\_frames\_removed
> 
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/MeshStatistics.py”, line 35
> 
> print “-------Mesh Statistic Widget Setup-------”
> 
> ^
> 
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print("-------Mesh Statistic Widget Setup-------")?
> 
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/MeshStatistics.py” as module “MeshStatistics” !
> 
> Fail to instantiate module “MeshStatistics”
> 
> Traceback (most recent call last):
> 
> File “”, line 1, in
> 
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source
> 
> module = \_exec(spec, sys.modules[name])
> 
> File “”, line 618, in \_exec
> 
> File “”, line 674, in exec\_module
> 
> File “”, line 781, in get\_code
> 
> File “”, line 741, in source\_to\_code
> 
> File “”, line 219, in \_call\_with\_frames\_removed
> 
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/PickAndPaint.py”, line 27
> 
> print “-------Pick And Paint Widget Setup--------”
> 
> ^
> 
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print("-------Pick And Paint Widget Setup--------")?
> 
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/PickAndPaint.py” as module “PickAndPaint” !
> 
> Fail to instantiate module “PickAndPaint”
> 
> Traceback (most recent call last):
> 
> File “”, line 1, in
> 
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source
> 
> module = \_exec(spec, sys.modules[name])
> 
> File “”, line 618, in \_exec
> 
> File “”, line 674, in exec\_module
> 
> File “”, line 781, in get\_code
> 
> File “”, line 741, in source\_to\_code
> 
> File “”, line 219, in \_call\_with\_frames\_removed
> 
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/Q3DC.py”, line 40
> 
> print “-------Q3DC Widget Setup------”
> 
> ^
> 
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print("-------Q3DC Widget Setup------")?
> 
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/Q3DC.py” as module “Q3DC” !
> 
> Fail to instantiate module “Q3DC”
> 
> Traceback (most recent call last):
> 
> File “”, line 1, in
> 
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source
> 
> module = \_exec(spec, sys.modules[name])
> 
> File “”, line 618, in \_exec
> 
> File “”, line 678, in exec\_module
> 
> File “”, line 219, in \_call\_with\_frames\_removed
> 
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/QuantitativeReporting/lib/Slicer-4.11/qt-scripted-modules/QuantitativeReporting.py”, line 12, in
> 
> from DICOMSegmentationPlugin import DICOMSegmentationExporter
> 
> ImportError: cannot import name ‘DICOMSegmentationExporter’
> 
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/QuantitativeReporting/lib/Slicer-4.11/qt-scripted-modules/QuantitativeReporting.py” as module “QuantitativeReporting” !
> 
> Fail to instantiate module “QuantitativeReporting”
> 
> Traceback (most recent call last):
> 
> File “”, line 1, in
> 
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source
> 
> module = \_exec(spec, sys.modules[name])
> 
> File “”, line 618, in \_exec
> 
> File “”, line 674, in exec\_module
> 
> File “”, line 781, in get\_code
> 
> File “”, line 741, in source\_to\_code
> 
> File “”, line 219, in \_call\_with\_frames\_removed
> 
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/ShapeQuantifier.py”, line 89
> 
> print “----- Shape Quantifier widget setup -----”
> 
> ^
> 
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print("----- Shape Quantifier widget setup -----")?
> 
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/ShapeQuantifier.py” as module “ShapeQuantifier” !
> 
> Fail to instantiate module “ShapeQuantifier”
> 
> Traceback (most recent call last):
> 
> File “”, line 1, in
> 
> File “C:\Users\petnehazyors\AppData\Local\NA-MIC\Slicer 4.11.0-2019-12-02\lib\Python\Lib\imp.py”, line 170, in load\_source
> 
> module = \_exec(spec, sys.modules[name])
> 
> File “”, line 618, in \_exec
> 
> File “”, line 674, in exec\_module
> 
> File “”, line 781, in get\_code
> 
> File “”, line 741, in source\_to\_code
> 
> File “”, line 219, in \_call\_with\_frames\_removed
> 
> File “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/ShapeQuantifierCore.py”, line 43
> 
> print “UpdateThreeDView”
> 
> ^
> 
> SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(“UpdateThreeDView”)?
> 
> loadSourceAsModule - Failed to load file “C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/ShapeQuantifier/lib/Slicer-4.11/qt-scripted-modules/ShapeQuantifierCore.py” as module “ShapeQuantifierCore” !
> 
> Fail to instantiate module “ShapeQuantifierCore”
> 
> Error(s):
> 
> CLI executable: C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerVMTK/lib/Slicer-4.11/qt-loadable-modules/vtkvmtk.py
> 
> The process failed to start. Either the invoked program is missing, or you may have insufficient permissions to invoke the program.
> 
> Fail to instantiate module “vtkvmtk”
> 
> The following modules failed to be instantiated:
> 
> vtkvmtk
> 
> AnglePlanes
> 
> EasyClip
> 
> Q3DC
> 
> ShapeQuantifierCore
> 
> MeshStatistics
> 
> ShapeQuantifier
> 
> PickAndPaint
> 
> DICOMSegmentationPlugin
> 
> QuantitativeReporting
> 
> DICOMTID1500Plugin
> 
> Scripted subject hierarchy plugin registered: Annotations
> 
> When loading module “QuantitativeReportingTests” , the dependency “QuantitativeReporting” failed to be loaded.
> 
> Scripted subject hierarchy plugin registered: SegmentEditor
> 
> Scripted subject hierarchy plugin registered: SegmentStatistics
> 
> Switch to module: “Welcome”
> 
> Loaded volume from file: C:/Users/petnehazyors/AppData/Roaming/NA-MIC/Extensions-28659/SlicerVMTK/lib/Slicer-4.11/qt-scripted-modules/Resources/Vesselness.png. Dimensions: 65x50x1. Number of components: 3. Pixel type: unsigned char.
> 
> Switch to module: “DICOM”
> 
> DICOMParametricMapPluginClass : Caching files
> 
> DICOMParametricMapPluginClass : Using cached files
> 
> MultiVolumeImportPlugin::examine
> 
> DICOMMultiVolumePlugin found 0 multivolumes!
> 
> MultiVolumeImportPlugin:examineMultiseries
> 
> DICOMMultiVolumePlugin found 0 multivolumes!
> 
> DICOMParametricMapPluginClass : Using cached files
> 
> DICOMParametricMapPluginClass : Using cached files
> 
> MultiVolumeImportPlugin::examine
> 
> DICOMMultiVolumePlugin found 0 multivolumes!
> 
> MultiVolumeImportPlugin:examineMultiseries
> 
> DICOMMultiVolumePlugin found 0 multivolumes!
> 
> DICOMParametricMapPluginClass : Using cached files
> 
> DICOMParametricMapPluginClass : Using cached files
> 
> MultiVolumeImportPlugin::examine
> 
> DICOMMultiVolumePlugin found 0 multivolumes!
> 
> MultiVolumeImportPlugin:examineMultiseries
> 
> DICOMMultiVolumePlugin found 0 multivolumes!
> 
> DICOMParametricMapPluginClass : Using cached files
> 
> DICOMParametricMapPluginClass : Using cached files
> 
> MultiVolumeImportPlugin::examine
> 
> DICOMMultiVolumePlugin found 0 multivolumes!
> 
> MultiVolumeImportPlugin:examineMultiseries
> 
> DICOMMultiVolumePlugin found 0 multivolumes!
> 
> DICOMParametricMapPluginClass : Using cached files
> 
> DICOMParametricMapPluginClass : Using cached files
> 
> MultiVolumeImportPlugin::examine
> 
> DICOMMultiVolumePlugin found 0 multivolumes!
> 
> MultiVolumeImportPlugin:examineMultiseries
> 
> DICOMMultiVolumePlugin found 0 multivolumes!
> 
> DICOMParametricMapPluginClass : Using cached files
> 
> DICOMParametricMapPluginClass : Using cached files
> 
> MultiVolumeImportPlugin::examine
> 
> DICOMMultiVolumePlugin found 0 multivolumes!
> 
> MultiVolumeImportPlugin:examineMultiseries
> 
> DICOMMultiVolumePlugin found 0 multivolumes!
> 
> DICOMParametricMapPluginClass : Using cached files
> 
> DICOMParametricMapPluginClass : Using cached files
> 
> MultiVolumeImportPlugin::examine
> 
> DICOMMultiVolumePlugin found 0 multivolumes!
> 
> MultiVolumeImportPlugin:examineMultiseries
> 
> DICOMMultiVolumePlugin found 0 multivolumes!
> 
> DICOMParametricMapPluginClass : Using cached files
> 
> DICOMParametricMapPluginClass : Using cached files
> 
> MultiVolumeImportPlugin::examine
> 
> DICOMMultiVolumePlugin found 0 multivolumes!
> 
> MultiVolumeImportPlugin:examineMultiseries
> 
> DICOMMultiVolumePlugin found 0 multivolumes!

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [December 9, 2019, 6:10pm UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/18 "2019-12-09T18:10:37Z")

</div>

We did remote debugging on the computer and it turns out that it was a display issue (the application did not react to most button clicks when the DICOM browser was displayed).

**Updating the video card driver solved the problem** (it was a laptop with Intel+NVidia graphics card and the video card driver was several years old).

---

<div class="post-metadata">

### Author: ![opetne](https://avatars.discourse-cdn.com/v4/letter/o/71e660/32.png) [@opetne](https://discourse.slicer.org/u/opetne)
#### Post date: [December 11, 2019, 9:00am UTC](https://discourse.slicer.org/t/dicom-database-problem/9404/19 "2019-12-11T09:00:07Z")

</div>

Indeed as Andras said, I have a HP Zbook 15 with an Intel HD Graohics 530 and and NVIDIA Quadro M1000M graphic card with 2 GB memory. I have a HP Assistant software on my computer what notified me several times to refresh the driver for the video card. I made it many times but it was only a “fake” refreshment since the files, available form the official sources didn’t worked. Andras found the way how we can get files what are working for refreshing the driver for the integrated graphic card. After refreshing the NVidia driver the problem disappeared.

What we learned form it, check it twice or more if the official refreshing procedures realy works:)
