Hello,
I'm trying to create a Designer plugin using PyQt. I have my plugin in ~/prog and the plugin class in ~/prog/plugins.

I tried to run Designer with
Qt Code:
  1. PYQTDESIGNERPATH=~/prog/plugins/ PYTHONPATH=~/prog/ designer
To copy to clipboard, switch view to plain text mode 
and couldn't see the plugin loaded.

So, how fo I see what directories are searched, what files are loaded and what errors occur in the process?

Thanks.