[ImageJ-bugs] [Bug 890] python broke after latest update
bugzilla at fiji.sc
bugzilla at fiji.sc
Sun Aug 10 03:51:19 CDT 2014
http://fiji.sc/bugzilla/show_bug.cgi?id=890
--- Comment #1 from Aryeh Weiss <aryeh at cc.huji.ac.il> ---
I found the problem.
The Libs for python are not brought in.
If I run:
import sys
print sys.path
We find:
Started New_.py at Sun Aug 10 11:43:02 IDT 2014
['/Applications/local/fiji/Fiji.app/jars/Lib', '__classpath__',
'__pyclasspath__/']
but /Applications/local/fiji/Fiji.app/jars/Lib does not exist.
I downloaded Jython and copied the Lib directory from that package to the jars
directory, and that cured the symptom. I cannot say it solved the problem
because I still do not know why this failed only after the update -- i.e.,
where was the Lib before.
However, I the gurus should be able to answer that.
--
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/20140810/712489ca/attachment.html>
More information about the Imagej-bugs
mailing list