Hello ParaView support.
Using ParaView 5.10.1 and 5.11.1, I have a Python plugin “myPythonPlugin.py” which helps me read certain file extensions inside ParaView. This plugin works fine but everytime I load it using the Plugin Manager, I receive some “UserWarning” messages in the “Output Messages view” because of a Python module that I import (keep that in mind for the rest).
I have encountered 2 issues related to that and I would like your help on mostly the second one.
-
ParaView freeze while using Plugin Manager
That can happen when loading this plugin when the “Output Messages view” is not active. Because the warning message cannot be displayed in “Output Messages view”, ParaView freezes indefinitely. -
ParaView freeze when auto-loading python plugin
I have encountered an issue where I added the Python plugin in the Plugin Manager where I ticked the “Auto-Load” checkbox. After closing ParaView and trying to launch it again, I unfortunalety get a never ending loading in the launcher, with no error message.
I would like some help on how to resolve this issue please.
Thanks a lot, have a good day.