View Issue Details

IDProjectCategoryView StatusLast Update
0003771Slicer4Core: Extensionspublic2017-06-10 08:51
Reporterjcfr Assigned Tojcfr  
PriorityhighSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version 
Target VersionSlicer 4.4.0Fixed in VersionSlicer 4.4.0 
Summary0003771: After installing an extension, Slicer fails to load slicer/vtk/.. python module
Description

1) Download nightly r23473 (Slicer-4.3.1-2014-07-21-linux-amd64)
2) Install dtiprocess extension

$ ./Slicer
[SSL] No default CA certificates found - Loading Slicer.crt
Traceback (most recent call last):
File "<string>", line 7, in <module>
File "/home/jchris/Downloads/Slicer-4.3.1-2014-07-21-linux-amd64/bin/Python/slicer/slicerqt.py", line 1, in <module>
import vtk, qt, ctk
ImportError: No module named vtk
Traceback (most recent call last):
File "<string>", line 7, in <module>
File "/home/jchris/Downloads/Slicer-4.3.1-2014-07-21-linux-amd64/bin/Python/slicer/slicerqt-with-tcl.py", line 42, in <module>
slicer.sliceWidgets = {}
NameError: name 'slicer' is not defined

TagsNo tags attached.

Relationships

related to 0003218 closedjcfr Loadable module loading from extension fails on linux 
related to 0003730 closedjcfr Additional launcher setting are not added to the environment 
related to 0003772 closedjcfr Env. path variable are not properly serialized in user settings 

Activities

jcfr

jcfr

2014-07-22 13:51

administrator   ~0012229

Related issue: https://github.com/commontk/AppLauncher/issues/56

jcfr

jcfr

2014-07-22 14:45

administrator   ~0012230

Fixed in r23475
See http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;revision=23475

Related Changesets

Import 2017-06-07 23:51:09: master 03d7657f

2014-07-22 18:35:10

jcfr

Details Diff
BUG: Update launcher to version 0.1.14. Fixes 0003771

// -------------------
Author: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
Date: Tue Jul 22 18:19:04 2014 -0400

Ensure 'additionalPathVariables' is not overridden. Fixes 0000056

Commit 714981 generalized how environment variables dealing with paths
were managed. This commit fixes a regression where environment variables
set in the main settings file where not considered is additional settings
where found.
// -------------------

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23475 3bd1e089-480b-0410-8dfb-8563597acbee
mod - SuperBuild/External_CTKAPPLAUNCHER.cmake Diff File

Issue History

Date Modified Username Field Change
2014-07-22 13:49 jcfr New Issue
2014-07-22 13:49 jcfr Status new => assigned
2014-07-22 13:49 jcfr Assigned To => jcfr
2014-07-22 13:50 jcfr Relationship added related to 0003218
2014-07-22 13:50 jcfr Relationship added related to 0003730
2014-07-22 13:51 jcfr Note Added: 0012229
2014-07-22 13:52 jcfr Priority normal => high
2014-07-22 13:52 jcfr Target Version => Slicer 4.4.0
2014-07-22 13:58 jcfr Relationship added related to 0003772
2014-07-22 14:45 jcfr Note Added: 0012230
2014-07-22 14:45 jcfr Status assigned => resolved
2014-07-22 14:45 jcfr Fixed in Version => Slicer 4.4.0
2014-07-22 14:45 jcfr Resolution open => fixed
2014-09-17 22:57 jcfr Status resolved => closed
2017-06-10 08:51 jcfr Changeset attached => Slicer master 03d7657f