[ImageJ-bugs] [Bug 964] Exception when running from the command line

bugzilla at fiji.sc bugzilla at fiji.sc
Fri Dec 12 11:18:33 CST 2014


http://fiji.sc/bugzilla/show_bug.cgi?id=964

--- Comment #6 from Curtis Rueden <ctrueden at wisc.edu> ---
Hi, Luc. I tried an up-to-date Fiji with the following script:

import sys
from ij import IJ
print "Hello stdout!"
IJ.log("Hello IJ log!")
sys.exit()

Using the following invocation:

Contents/MacOS/ImageJ-macosx --headless /Users/curtis/hello.py

And the output:

Hello stdout!
Hello IJ log!

And the program terminates as expected.

I am on OS X 10.10.

Does the above script behave the same on your system? If not, yes, please file
a new bug using Help > Report a Bug, to send your system configuration.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20141212/a9099b12/attachment.html>


More information about the Imagej-bugs mailing list