Closed biosciflo closed 2 years ago
Hi @biosciflo,
what's the version of jgo
on your machines?
@biosciflo This looks like a bug in PyImageJ 1.3.0 that was fixed in version 1.3.1; see a33b3eb8e4f20f2277f08e5baa0484e848b05243. Is it possible that the machine with the problem is running PyImageJ 1.3.0 rather than 1.3.1?
@biosciflo This looks like a bug in PyImageJ 1.3.0 that was fixed in version 1.3.1; see a33b3eb. Is it possible that the machine with the problem is running PyImageJ 1.3.0 rather than 1.3.1?
Yeah, you were completely right... that was the problem ... Thanks a lot for the quick reply
Hi
I am working on two different Windows Machines on one this following test code is working:
on the other machine it is giving me some errors that I dont realy understand.
The Fiji startup with ....
ij = imagej.init('sc.fiji:fiji:2.5.0',mode='interactive')
instead of ....
ij = imagej.init(realpathpath,mode='interactive')
...is working on both machines.
Anyone a clue what it could be ?
some infos: Pyhton=3.8.13 Spyder=5.3.3 Conda=22.9.0