Hi, <br><br>i have installed, simpleITK on my machine and i am running it via ipython, <br>now simpleITK seems to run nicely am not having any problem so far however when i try and issue the command.<br>import SimpleITK as simple<br>
# executes nicely<br>sampleImage = simple.ReadImage(&quot;something.jpg&quot;)<br><br># doesn&#39;t execute. <br>sitk.Show( sampleImage )<br><br>#it gives me the following<br><br>The filename, directory name, or volume label syntax is incorrect.<br>
my <br>%env shows the path to ImageJ<br>c:\\ImageJ\\;&#39;,<br><br>i am running a 64 bit windows, imagej 64 bit, python 64 bit and all associated stuff are 64 bit .<br><br>ps same problem on another machine running linux <br>
<br>SimpleITK.Show( ) is not finding imagej <br>even if i added to path <br><br>Thank your for your help.<br>