Windows Issues
Friday, April 13, 2018
older FIJI Jython scripts won't execute
see full explanation: http://forum.imagej.net/t/jython-isssue-with-if---name-----main--/5544/2
workaround: replace
if
__name__==
'__main__'
:
with
if
__name__
in
[
'__builtin__'
,
'__main__'
]: run_script()
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment