View Issue Details

IDProjectCategoryView StatusLast Update
0001177Slicer4Core: Building (CMake, Superbuild)public2012-02-06 18:10
Reporterjcfr Assigned Tojcfr  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version 
Target VersionSlicer 4.0.0Fixed in VersionSlicer 4.0 gamma RC1 
Summary0001177: Windows64 - Editor module isn't available
Description

Ron> The interactive editor has disappeared from the win64 5-27 slicer4

See http://www.cdash.org/slicer4/viewFiles.php?buildid=203

TagsNo tags attached.

Activities

finetjul

finetjul

2011-05-30 08:18

administrator   ~0002462

Last edited: 2011-05-30 08:21

Same pb with Windows 32bits builds and packages.
Editor.py and pyc is located in
Slicer4-Superbuild-Release\Slicer-build\lib\Slicer3\QTScriptedModules
See below the logs at startup:

setPythonSource "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Editor.py" - Failed to instantiate scripted pythonqt class "Editor" 0x67b7f30
Failed to load scripted pythonqt module class definition "Endoscopy" from "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Endoscopy.py"
setPythonSource "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Editor.py" - Failed to instantiate scripted pythonqt class "Editor" 0x67b7f30
Failed to load scripted pythonqt module class definition "Endoscopy" from "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Endoscopy.py"
setPythonSource "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Editor.py" - Failed to instantiate scripted pythonqt class "Editor" 0x67b7f30
Failed to load scripted pythonqt module class definition "Endoscopy" from "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Endoscopy.py"
setPythonSource "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Editor.py" - Failed to instantiate scripted pythonqt class "Editor" 0x67b7f30
Failed to load scripted pythonqt module class definition "Endoscopy" from "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Endoscopy.py"
setPythonSource "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Editor.py" - Failed to instantiate scripted pythonqt class "Editor" 0x67b7f30
Failed to load scripted pythonqt module class definition "Endoscopy" from "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Endoscopy.py"
Traceback (most recent call last):
File "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Editor.py", line 25, in init
if slicer.mrmlScene.GetTagByClassName( "vtkMRMLScriptedModuleNode" ) != 'ScriptedModule':
File "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Editor.py", line 25, in init
if slicer.mrmlScene.GetTagByClassName( "vtkMRMLScriptedModuleNode" ) != 'ScriptedModule':
File "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Editor.py", line 25, in init
if slicer.mrmlScene.GetTagByClassName( "vtkMRMLScriptedModuleNode" ) != 'ScriptedModule':
File "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Editor.py", line 25, in init
if slicer.mrmlScene.GetTagByClassName( "vtkMRMLScriptedModuleNode" ) != 'ScriptedModule':
File "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Editor.py", line 28, in init
if tcl('info exists ::Editor(singleton)') != '':
File "C:/PROGRA~2/SLICER~2.GAM/bin/Python/slicer/slicerqt-with-tcl.py", line 19, in tcl
_tpycl = tpycl.tpycl()
File "C:/PROGRA~2/SLICER~2.GAM/bin/Python\tpycl\tpycl.py", line 32, in init
self.tcl.eval("source $::env(Slicer_HOME)/bin/Python/tpycl/tpycl.tcl")
_tkinter.TclError: couldn't read file "C:/PROGRA~2/SLICER~2.GAM/bin/Python/tpycl/tpycl.tcl": no such file or directory
Failed to locate the InteractiveConsole object.
Warning: In ........\Slicer4\Libs\MRMLLogic\vtkMRMLLayoutLogic.cxx, line 724
vtkMRMLLayoutLogic (096D5A90): Couldn't find nodes matching class: vtkMRMLViewNode

Warning: In ........\Slicer4\Libs\MRMLLogic\vtkMRMLLayoutLogic.cxx, line 724
vtkMRMLLayoutLogic (096D5A90): Couldn't find nodes matching class: vtkMRMLSliceNode

Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:/PROGRA~2/SLICER~2.GAM/bin/Python/slicer/slicerqt-with-tcl.py", line 54, in registerScriptedDisplayableManagers
tcl('::Slicer3Adapters::SliceGUI %s' % sliceGUIName)
File "C:/PROGRA~2/SLICER~2.GAM/bin/Python/slicer/slicerqt-with-tcl.py", line 19, in tcl
_tpycl = tpycl.tpycl()
File "C:/PROGRA~2/SLICER~2.GAM/bin/Python\tpycl\tpycl.py", line 32, in init
self.tcl.eval("source $::env(Slicer_HOME)/bin/Python/tpycl/tpycl.tcl")
_tkinter.TclError: couldn't read file "C:/PROGRA~2/SLICER~2.GAM/bin/Python/tpycl/tpycl.tcl": no such file or directory
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:/PROGRA~2/SLICER~2.GAM/bin/Python/slicer/slicerqt-with-tcl.py", line 54, in registerScriptedDisplayableManagers
tcl('::Slicer3Adapters::SliceGUI %s' % sliceGUIName)
File "C:/PROGRA~2/SLICER~2.GAM/bin/Python/slicer/slicerqt-with-tcl.py", line 19, in tcl
_tpycl = tpycl.tpycl()
File "C:/PROGRA~2/SLICER~2.GAM/bin/Python\tpycl\tpycl.py", line 32, in init
self.tcl.eval("source $::env(Slicer_HOME)/bin/Python/tpycl/tpycl.tcl")
_tkinter.TclError: couldn't read file "C:/PROGRA~2/SLICER~2.GAM/bin/Python/tpycl/tpycl.tcl": no such file or directory
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:/PROGRA~2/SLICER~2.GAM/bin/Python/slicer/slicerqt-with-tcl.py", line 54, in registerScriptedDisplayableManagers
tcl('::Slicer3Adapters::SliceGUI %s' % sliceGUIName)
File "C:/PROGRA~2/SLICER~2.GAM/bin/Python/slicer/slicerqt-with-tcl.py", line 19, in tcl
_tpycl = tpycl.tpycl()
File "C:/PROGRA~2/SLICER~2.GAM/bin/Python\tpycl\tpycl.py", line 32, in init
self.tcl.eval("source $::env(Slicer_HOME)/bin/Python/tpycl/tpycl.tcl")
_tkinter.TclError: couldn't read file "C:/PROGRA~2/SLICER~2.GAM/bin/Python/tpycl/tpycl.tcl": no such file or directory
checking module "jointlmmse"
checking module "extractskeleton"
checking module "curvatureanisotropicdiffusion"
checking module "bsplinetodeformationfield"
checking module "otsuthresholdimagefilter"
checking module "checkerboard"
checking module "multiplemodelsexample"
checking module "sparsefieldlevelsetcontour"
checking module "volumes"
checking module "medianimagefilter"
checking module "histogrammatching"
checking module "labelstatistics"
checking module "moduletemplate"
checking module "data"
checking module "dwiunlm"
checking module "slicecontroller"
checking module "brainsresample"
checking module "registerimagesmultires"
checking module "sceneviews"
checking module "grayscalegrindpeakimagefilter"
checking module "volumerendering"
checking module "resamplevolume2"
checking module "transforms"
checking module "tractographydisplay"
checking module "diffusionweightedmasking"
checking module "n4itkbiasfieldcorrection"
checking module "colors"
checking module "diffusiontensortest"
checking module "bsplinedeformableregistration"
checking module "rigidregistration"
checking module "linearregistration"
checking module "threshold"
checking module "dicomtonrrdconverter"
checking module "multiply"
checking module "computesuvbodyweight"
checking module "sflsrobuststat3dtest"
checking module "diffusiontensormathematics"
checking module "grayscalemodelmaker"
checking module "tractographyfiducialseeding"
checking module "cameras"
checking module "vbrainsdemonwarp"
checking module "add"
checking module "orientimage"
checking module "mask"
checking module "confidenceconnected"
checking module "testgridtransformregistration"
checking module "dwinoisefilter"
checking module "imagelabelcombine"
checking module "gaussianblurimagefilter"
checking module "sampledata"
checking module "brainsfit"
checking module "mergemodels"
checking module "cropvolume"
checking module "probevolumewithmodel"
checking module "brainsroiauto"
checking module "registerimages"
checking module "realign"
checking module "imagereaddicomwrite"
checking module "resamplevolume"
checking module "editor"
setPythonSource "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Editor.py" - Failed to instantiate scripted pythonqt class "Editor" 0x67b7f30
Failed to instantiate module: "editor"
checking module "executionmodeltour"
checking module "labelmapsmoothing"
checking module "seeding"
checking module "grayscalefillholeimagefilter"
checking module "modelmaker"
checking module "annotation"
checking module "brainsdemonwarp"
checking module "endoscopy"
checking module "cli4test"
checking module "gradientanisotropicdiffusion"
checking module "resampledti"
checking module "diffusiontensorestimation"
checking module "welcome"
checking module "models"
checking module "otsuthresholdsegmentation"
checking module "votingbinaryholefillingimagefilter"
checking module "cast"
checking module "mribiasfieldcorrection"
checking module "transformfromfiducials"
checking module "subtract"
checking module "affineregistration"
checking module "polydatatolabelmap"
checking module "jointlmmse"
checking module "extractskeleton"
checking module "curvatureanisotropicdiffusion"
checking module "bsplinetodeformationfield"
checking module "otsuthresholdimagefilter"
checking module "checkerboard"
checking module "multiplemodelsexample"
checking module "sparsefieldlevelsetcontour"
checking module "volumes"
checking module "medianimagefilter"
checking module "histogrammatching"
checking module "labelstatistics"
checking module "moduletemplate"
checking module "data"
checking module "dwiunlm"
checking module "slicecontroller"
checking module "brainsresample"
checking module "registerimagesmultires"
checking module "sceneviews"
checking module "grayscalegrindpeakimagefilter"
checking module "volumerendering"
checking module "resamplevolume2"
checking module "transforms"
checking module "tractographydisplay"
checking module "diffusionweightedmasking"
checking module "n4itkbiasfieldcorrection"
checking module "colors"
checking module "diffusiontensortest"
checking module "bsplinedeformableregistration"
checking module "rigidregistration"
checking module "linearregistration"
checking module "threshold"
checking module "dicomtonrrdconverter"
checking module "multiply"
checking module "computesuvbodyweight"
checking module "sflsrobuststat3dtest"
checking module "diffusiontensormathematics"
checking module "grayscalemodelmaker"
checking module "tractographyfiducialseeding"
checking module "cameras"
checking module "vbrainsdemonwarp"
checking module "add"
checking module "orientimage"
checking module "mask"
checking module "confidenceconnected"
checking module "testgridtransformregistration"
checking module "dwinoisefilter"
checking module "imagelabelcombine"
checking module "gaussianblurimagefilter"
checking module "sampledata"
checking module "brainsfit"
checking module "mergemodels"
checking module "cropvolume"
checking module "probevolumewithmodel"
checking module "brainsroiauto"
checking module "registerimages"
checking module "realign"
checking module "imagereaddicomwrite"
checking module "resamplevolume"
checking module "editor"
setPythonSource "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Editor.py" - Failed to instantiate scripted pythonqt class "Editor" 0x67b7f30
Failed to instantiate module: "editor"
checking module "executionmodeltour"
checking module "labelmapsmoothing"
checking module "seeding"
checking module "grayscalefillholeimagefilter"
checking module "modelmaker"
checking module "annotation"
checking module "brainsdemonwarp"
checking module "endoscopy"
checking module "cli4test"
checking module "gradientanisotropicdiffusion"
checking module "resampledti"
checking module "diffusiontensorestimation"
checking module "welcome"
checking module "models"
checking module "otsuthresholdsegmentation"
checking module "votingbinaryholefillingimagefilter"
checking module "cast"
checking module "mribiasfieldcorrection"
checking module "transformfromfiducials"
checking module "subtract"
checking module "affineregistration"
checking module "polydatatolabelmap"
checking module "jointlmmse"
checking module "extractskeleton"
checking module "curvatureanisotropicdiffusion"
checking module "bsplinetodeformationfield"
checking module "otsuthresholdimagefilter"
checking module "checkerboard"
checking module "multiplemodelsexample"
checking module "sparsefieldlevelsetcontour"
checking module "volumes"
checking module "medianimagefilter"
checking module "histogrammatching"
checking module "labelstatistics"
checking module "moduletemplate"
checking module "data"
checking module "dwiunlm"
checking module "slicecontroller"
checking module "brainsresample"
checking module "registerimagesmultires"
checking module "sceneviews"
checking module "grayscalegrindpeakimagefilter"
checking module "volumerendering"
checking module "resamplevolume2"
checking module "transforms"
checking module "tractographydisplay"
checking module "diffusionweightedmasking"
checking module "n4itkbiasfieldcorrection"
checking module "colors"
checking module "diffusiontensortest"
checking module "bsplinedeformableregistration"
checking module "rigidregistration"
checking module "linearregistration"
checking module "threshold"
checking module "dicomtonrrdconverter"
checking module "multiply"
checking module "computesuvbodyweight"
checking module "sflsrobuststat3dtest"
checking module "diffusiontensormathematics"
checking module "grayscalemodelmaker"
checking module "tractographyfiducialseeding"
checking module "cameras"
checking module "vbrainsdemonwarp"
checking module "add"
checking module "orientimage"
checking module "mask"
checking module "confidenceconnected"
checking module "testgridtransformregistration"
checking module "dwinoisefilter"
checking module "imagelabelcombine"
checking module "gaussianblurimagefilter"
checking module "sampledata"
checking module "brainsfit"
checking module "mergemodels"
checking module "cropvolume"
checking module "probevolumewithmodel"
checking module "brainsroiauto"
checking module "registerimages"
checking module "realign"
checking module "imagereaddicomwrite"
checking module "resamplevolume"
checking module "editor"
setPythonSource "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Editor.py" - Failed to instantiate scripted pythonqt class "Editor" 0x67b7f30
Failed to instantiate module: "editor"
checking module "executionmodeltour"
checking module "labelmapsmoothing"
checking module "seeding"
checking module "grayscalefillholeimagefilter"
checking module "modelmaker"
checking module "annotation"
checking module "brainsdemonwarp"
checking module "endoscopy"
checking module "cli4test"
checking module "gradientanisotropicdiffusion"
checking module "resampledti"
checking module "diffusiontensorestimation"
checking module "welcome"
checking module "models"
checking module "otsuthresholdsegmentation"
checking module "votingbinaryholefillingimagefilter"
checking module "cast"
checking module "mribiasfieldcorrection"
checking module "transformfromfiducials"
checking module "subtract"
checking module "affineregistration"
checking module "polydatatolabelmap"
checking module "jointlmmse"
checking module "extractskeleton"
checking module "curvatureanisotropicdiffusion"
checking module "bsplinetodeformationfield"
checking module "otsuthresholdimagefilter"
checking module "checkerboard"
checking module "multiplemodelsexample"
checking module "sparsefieldlevelsetcontour"
checking module "volumes"
checking module "medianimagefilter"
checking module "histogrammatching"
checking module "labelstatistics"
checking module "moduletemplate"
checking module "data"
checking module "dwiunlm"
checking module "slicecontroller"
checking module "brainsresample"
checking module "registerimagesmultires"
checking module "sceneviews"
checking module "grayscalegrindpeakimagefilter"
checking module "volumerendering"
checking module "resamplevolume2"
checking module "transforms"
checking module "tractographydisplay"
checking module "diffusionweightedmasking"
checking module "n4itkbiasfieldcorrection"
checking module "colors"
checking module "diffusiontensortest"
checking module "bsplinedeformableregistration"
checking module "rigidregistration"
checking module "linearregistration"
checking module "threshold"
checking module "dicomtonrrdconverter"
checking module "multiply"
checking module "computesuvbodyweight"
checking module "sflsrobuststat3dtest"
checking module "diffusiontensormathematics"
checking module "grayscalemodelmaker"
checking module "tractographyfiducialseeding"
checking module "cameras"
checking module "vbrainsdemonwarp"
checking module "add"
checking module "orientimage"
checking module "mask"
checking module "confidenceconnected"
checking module "testgridtransformregistration"
checking module "dwinoisefilter"
checking module "imagelabelcombine"
checking module "gaussianblurimagefilter"
checking module "sampledata"
checking module "brainsfit"
checking module "mergemodels"
checking module "cropvolume"
checking module "probevolumewithmodel"
checking module "brainsroiauto"
checking module "registerimages"
checking module "realign"
checking module "imagereaddicomwrite"
checking module "resamplevolume"
checking module "editor"
setPythonSource "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Editor.py" - Failed to instantiate scripted pythonqt class "Editor" 0x67b7f30
Failed to instantiate module: "editor"
checking module "executionmodeltour"
checking module "labelmapsmoothing"
checking module "seeding"
checking module "grayscalefillholeimagefilter"
checking module "modelmaker"
checking module "annotation"
checking module "brainsdemonwarp"
checking module "endoscopy"
checking module "cli4test"
checking module "gradientanisotropicdiffusion"
checking module "resampledti"
checking module "diffusiontensorestimation"
checking module "welcome"
checking module "models"
checking module "otsuthresholdsegmentation"
checking module "votingbinaryholefillingimagefilter"
checking module "cast"
checking module "mribiasfieldcorrection"
checking module "transformfromfiducials"
checking module "subtract"
checking module "affineregistration"
checking module "polydatatolabelmap"
checking module "jointlmmse"
checking module "extractskeleton"
checking module "curvatureanisotropicdiffusion"
checking module "bsplinetodeformationfield"
checking module "otsuthresholdimagefilter"
checking module "checkerboard"
checking module "multiplemodelsexample"
checking module "sparsefieldlevelsetcontour"
checking module "volumes"
checking module "medianimagefilter"
checking module "histogrammatching"
checking module "labelstatistics"
checking module "moduletemplate"
checking module "data"
checking module "dwiunlm"
checking module "slicecontroller"
checking module "brainsresample"
checking module "registerimagesmultires"
checking module "sceneviews"
checking module "grayscalegrindpeakimagefilter"
checking module "volumerendering"
checking module "resamplevolume2"
checking module "transforms"
checking module "tractographydisplay"
checking module "diffusionweightedmasking"
checking module "n4itkbiasfieldcorrection"
checking module "colors"
checking module "diffusiontensortest"
checking module "bsplinedeformableregistration"
checking module "rigidregistration"
checking module "linearregistration"
checking module "threshold"
checking module "dicomtonrrdconverter"
checking module "multiply"
checking module "computesuvbodyweight"
checking module "sflsrobuststat3dtest"
checking module "diffusiontensormathematics"
checking module "grayscalemodelmaker"
checking module "tractographyfiducialseeding"
checking module "cameras"
checking module "vbrainsdemonwarp"
checking module "add"
checking module "orientimage"
checking module "mask"
checking module "confidenceconnected"
checking module "testgridtransformregistration"
checking module "dwinoisefilter"
checking module "imagelabelcombine"
checking module "gaussianblurimagefilter"
checking module "sampledata"
checking module "brainsfit"
checking module "mergemodels"
checking module "cropvolume"
checking module "probevolumewithmodel"
checking module "brainsroiauto"
checking module "registerimages"
checking module "realign"
checking module "imagereaddicomwrite"
checking module "resamplevolume"
checking module "editor"
setPythonSource "C:/PROGRA~2/SLICER~2.GAM/lib/Slicer3/QTScriptedModules/Editor.py" - Failed to instantiate scripted pythonqt class "Editor" 0x67b7f30
Failed to instantiate module: "editor"
checking module "executionmodeltour"
checking module "labelmapsmoothing"
checking module "seeding"
checking module "grayscalefillholeimagefilter"
checking module "modelmaker"
checking module "annotation"
checking module "brainsdemonwarp"
checking module "endoscopy"
checking module "cli4test"
checking module "gradientanisotropicdiffusion"
checking module "resampledti"
checking module "diffusiontensorestimation"
checking module "welcome"
checking module "models"
checking module "otsuthresholdsegmentation"
checking module "votingbinaryholefillingimagefilter"
checking module "cast"
checking module "mribiasfieldcorrection"
checking module "transformfromfiducials"
checking module "subtract"
checking module "affineregistration"
checking module "polydatatolabelmap"
Show module (name): "welcome"

jcfr

jcfr

2011-05-31 05:53

administrator   ~0002467

Commit https://github.com/commontk/CTK/commit/4b7b9e0a4f442de76e8bc3bda4cddc18eba5d89c should fix the issue

Issue History

Date Modified Username Field Change
2011-05-27 09:33 jcfr New Issue
2011-05-30 08:18 finetjul Note Added: 0002462
2011-05-30 08:21 finetjul Note Edited: 0002462
2011-05-30 13:36 jcfr Status new => assigned
2011-05-30 13:36 jcfr Assigned To => jcfr
2011-05-31 05:53 jcfr Note Added: 0002467
2011-08-20 19:11 finetjul Status assigned => resolved
2011-08-20 19:11 finetjul Fixed in Version => Slicer 4.0 gamma RC1
2011-08-20 19:11 finetjul Resolution open => fixed
2011-08-25 09:27 finetjul Target Version => Slicer 4.0 RSNA
2012-02-06 18:10 jcfr Status resolved => closed