NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 910 - New scripting plugin no longer imports stock python functions
New scripting plugin no longer imports stock python functions
Status: RESOLVED DUPLICATE of bug 890
Product: Fiji
Classification: Unclassified
Component: ImageJ2
unspecified
PC Windows
: P5 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2014-08-19 11:13 CDT by beth.cimini
Modified: 2014-09-10 17:31 CDT
2 users (show)

See Also:

Description beth.cimini 2014-08-19 11:13:47 CDT
Hi,
I use a bunch of self-written python scripts as plugins; the update from the last couple of days has broken them such that they can't import os or any other basic python function that I've tried (I get "ImportError: No module named os").  Let me know if I can be more help.  Thanks!
Comment 1 Johannes Schindelin 2014-08-19 12:11:04 CDT
> Let me know if I can be more help.

Well, it actually looks more the other way round: you look for help with the regression.

You might find inspiration how to work around the regressions here: http://fiji.sc/bugzilla/﷒0
Comment 2 beth.cimini 2014-08-19 12:58:35 CDT
Well, it was both- I wanted help fixing it, but was willing to help by providing more detailed bug info, etc to get it fixed :)

Exporting the lib from the 2.5.3 standalone jar did fix the issue, so thanks!
Comment 3 Johannes Schindelin 2014-08-20 02:19:34 CDT

*** This bug has been marked as a duplicate of bug 890 ***
Comment 4 Curtis Rueden 2014-09-10 17:31:01 CDT
As of just now, I think this bug is _really_ fixed: I created a shaded version of Jython which completely sidesteps the JRuby/Jython dependency version conflicts. In my initial tests it appears to be working. Feedback from Jython and JRuby scripters would be most appreciated.