Pyqt 会话管理错误
Posted
技术标签:
【中文标题】Pyqt 会话管理错误【英文标题】:Pyqt Session management error 【发布时间】:2011-12-24 02:06:38 【问题描述】:当我使用我的 UI 文件运行 Pyuic 时,它会出现以下错误。
# 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 *
它是 root 用户。当我以普通用户身份运行时,它没有给出第一行:“会话管理错误:不支持指定的身份验证协议”。但它不会创建任何文件。
我有 debian 压缩
【问题讨论】:
这不是pyqt4
。是pyqt3
,或多或少已经死了。
该错误甚至与 pyqt3 没有任何关系(即still supported btw)。
显然是这样,因为他必须删除旧的 pyqt 工具并替换为 pyqt4 :)
【参考方案1】:
我刚刚删除了pyqt-tools
包并安装了包含pyuic4
的pyqt4-dev-tools
包。现在一切正常。
感谢@Blender 为我指出解决方案
【讨论】:
以上是关于Pyqt 会话管理错误的主要内容,如果未能解决你的问题,请参考以下文章
Qt会话管理错误与matplotlib.pyplot.plot
如何管理 quickblox 会话 Javascript SDK
什么是用于临时/旋转存储的最佳/最快 MySQL 表模式,例如会话管理?