-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DrawMeas-Line: Broken on MacOS FIJI #17
Comments
Maybe needs a "." before the module name?
|
I came here to ask if this is an issue on MacOS or a change in ImageJ. Imports appear to be working with Fiji (ImageJ2) On my new MacOS M2, I downloaded Fiji (imagej2) Have you had any success? |
As far as I can tell, FIJI and ImageJ still support Python. The changelog on nih.gov doesn't show any obvious python upgrade that would have broken our plugin (at least with a quick page search for "python" and "jython"). I believe technically this plugin is written in "jython" - I honestly don't know the difference between Jython and Python, it has basically worked as expected when I made this plugin. I suspect this error is basically a "search path" issue - for some reason FIJI has changed where it searches for scripts, so my Installation instructions may need to be upgrades. For example maybe we need to put the scripts in a different folder... just guessing here. If you have the time, can you look up instructions for manually installing a Jython plugin? One workaround - which is NOT ideal - is to put the settings directly into the main plugin script. This would be prone to breakage of the entire script - but if you really need it working, that's one way to make it work. |
When I tried to run "Draw Measurement - Line", it didn't work with the following error
Can't find the Settings file for some reason? Error message looks like it's looking for the right name, and the file appears to be in the correct location and named correctly:
The text was updated successfully, but these errors were encountered: