[Insight-users] simpleitk , ipython and imageJ
Nadim Farhat
nadim.farhat at gmail.com
Sun Feb 12 21:34:43 EST 2012
Hi,
i have installed, simpleITK on my machine and i am running it via ipython,
now simpleITK seems to run nicely am not having any problem so far however
when i try and issue the command.
import SimpleITK as simple
# executes nicely
sampleImage = simple.ReadImage("something.jpg")
# doesn't execute.
sitk.Show( sampleImage )
#it gives me the following
The filename, directory name, or volume label syntax is incorrect.
my
%env shows the path to ImageJ
c:\\ImageJ\\;',
i am running a 64 bit windows, imagej 64 bit, python 64 bit and all
associated stuff are 64 bit .
ps same problem on another machine running linux
SimpleITK.Show( ) is not finding imagej
even if i added to path
Thank your for your help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20120212/06d8c81e/attachment.htm>
More information about the Insight-users
mailing list