Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
5.13.1
-
None
Description
Hello,
the following python fragment
from traits.etsconfig.api import ETSConfig
ETSConfig.toolkit = 'qt4'
from traitsui.api import View
launched as
env QT_QPA_PLATFORM=wayland python3 -mpdb application.py
Produce the error in the subject line. traitsui doesn't touch to QSocket, but PySide2 does. This message is produced early, before launching any thread
Any idea ?
Regards
Pascal