enthought / traitsui

TraitsUI: Traits-capable windowing framework
http://docs.enthought.com/traitsui
Other
297 stars 95 forks source link

Multiple toolkit warnings #1837

Closed corranwebster closed 2 years ago

corranwebster commented 2 years ago

From the Mayavi team: reporting seeing warning messages like the following:

multiple 'pyface.toolkits' plugins found for toolkit 'qt4': pyface.ui.qt4.init, pyface.ui.qt4.init
multiple 'traitsui.toolkits' plugins found for toolkit 'qt4': traitsui.qt4, traitsui.qt4
prabhuramachandran commented 2 years ago

This is certainly PEBKAC, I somehow had 5 different traitsui installs. So if someone is looking to fix this issue on their setup, the solution is to have a single installation of pyface or traitsui in your site-packages.