Image-Py / imagepy

Image process framework based on plugin like imagej, it is esay to glue with scipy.ndimage, scikit-image, opencv, simpleitk, mayavi...and any libraries based on numpy
http://imagepy.org
BSD 4-Clause "Original" or "Old" License
1.29k stars 330 forks source link

Option not to show plugin loading failure #87

Open CsatiZoltan opened 4 years ago

CsatiZoltan commented 4 years ago

A command-line option to python -m imagepy would be useful to enable the user to choose whether to show plugin loading failure or not. The warning could still be printed to the terminal but not to a pop-up window. A pop-up window is especially annoying during plugin development, when ImagePy needs to be started many times.

yxdragon commented 4 years ago

yes, now when developing we need start many times. now I am working on a project sciwx. It is a ui sute include (Canvas, GridTable, Markdown, 3D, Text ...), we can use these widgets to build our apps. And I will build a mini ImagePy, just load your plugins. It would be ok in several days.

CsatiZoltan commented 4 years ago

OK, I keep this issue open. Feel free to close it when your project is done.