jefferis / fiji-cmtk-gui

Simple GUI frontend for CMTK image registration tools in Fiji/ImageJ
12 stars 4 forks source link

cmtkgui.py cannot be imported #3

Closed jefferis closed 10 years ago

jefferis commented 10 years ago

problem appears to be a change in default jython import path since I first wrote the script.

Solution is here:

http://imagej.net/Jython_Scripting#Importing_other_.py_scripts_.28modules.29