Hello Tom, I tried your approach and unfortunately it was no dice for me. The only way I have been able to get this to work is by using a solution posted above. Did you change any other settings in PyCharm?
from Qt import QtCore, QtGui, QtWidgets if False: from PyQt4 import QtGui, QtCore QtWidgets = QtGui - Ben On Thursday, 13 July 2017 21:42:25 UTC+2, Fengyu Yan wrote: > > Hi All, > > I had this issue and figured it out it can be resolved easily, don't need > to re-install everything. So put solution here in case anyone has similar > issue. > > Open setting window and select Python Debugger, then uncheck option "PyQt > compatible". > > Thanks, > Tom -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/12c95a8e-8232-4515-a52f-f39e12e873ca%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
