When I run Pyuic with my UI file, It gives the following error.
# pyuic detector.ui Session management error: None of the authentication protocols specified are supported
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'detector.ui'
#
# Created: Sat Dec 24 07:32:27 2011
# by: The PyQt User Interface Compiler (pyuic) 3.18.1
#
# WARNING! All changes made in this file will be lost!
from qt import *
Its as a root user. When I run as a normal user It doesnt give the first line: “Session management error: None of the authentication protocols specified are supported”. But it doesnt create any file.
I am having debian squeeze
I just removed the
pyqt-toolspackage and installed thepyqt4-dev-toolspackage which includes thepyuic4. Now everything works fine.Thank you @Blender for pointing me to the solution