When running my application, I keep getting the following error messages
qt.pysideplugin: Environment variable PYSIDE_DESIGNER_PLUGINS is not set, bailing out.
qt.pysideplugin: No instance of QPyDesignerCustomWidgetCollection was found.
qt.pysideplugin: No instance of QPyDesignerCustomWidgetCollection was found.
qt.pysideplugin: No instance of QPyDesignerCustomWidgetCollection was found.
qt.pysideplugin: No instance of QPyDesignerCustomWidgetCollection was found.
According to the following link https://www.qt.io/blog/qt-for-python-6.1
as well as this post "Environment variable PYSIDE_DESIGNER_PLUGINS is not set, bailing out."
This is due to some experimental feature regarding Qt Designer. We have no .ui files in our project nor are we using Qt Designer; is there some way to completely disable this feature? We do not want it.