<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - python broke after latest update"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=890#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - python broke after latest update"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=890">bug 890</a>
              from <span class="vcard"><a class="email" href="mailto:aryeh@cc.huji.ac.il" title="Aryeh Weiss <aryeh@cc.huji.ac.il>"> <span class="fn">Aryeh Weiss</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>