Python-帮助(“模块”)意外行为(Python- help('modules'

2019-08-06 04:24发布

我一直在玩QT和Python使用PySide。 我刚刚做了基本的一个教程 。 我已经关闭了Python和重新启动另一个会话,现在每当我试图使用列出模块help('modules')按钮教程运行。 如果我关闭窗口蟒蛇崩溃。 该错误消息的顶部是

Process:         Python [2005]
Path:            /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Identifier:      org.python.python
Version:         2.7.3 (2.7.3)
Code Type:       X86-64 (Native)
Parent Process:  bash [1967]

Date/Time:       2013-01-09 12:38:53.307 +0000
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6

Interval Since Last Report:          486115 sec
Crashes Since Last Report:           12
Per-App Interval Since Last Report:  23989 sec
Per-App Crashes Since Last Report:   7
Anonymous UUID:                      93C97407-5F4D-4A25-83BC-C0116B028ECE

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
abort() called
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason:    '-[QNSApplication _setup:]: unrecognized selector sent to instance 0x116b2fe00'
*** Call stack at first throw:

我最近的行动是安装“画中画”和下载一些软件包。 有谁知道是什么原因造成这样或如何解决它?

编辑1

我注意到,改变目录意味着PySide教程将无法运行。 现在打印出可用的模块,像以前一样,但它也从任何目录加载TK窗口。

Answer 1:

我已经安装PyOpenGL我开始有这个问题之前。 已经卸载它的问题也消失了



文章来源: Python- help('modules') unexpected behaviour
标签: python pyside