Hello Justin:
It's very nice of you for giving me those advise. I followed and
reinstalled my pyqt by brewhome.
now I can import PyQt4 and have found "pyuic4" and "pyrcc4"
but when I follow the example in the tutorial:
from PyQt4 import QtGui
widget = QtGui.QWidget()
widget.resize(400,30
As written above.
when I run ipython on my mac(lion) shell like down below
"ipython --gui=qt"
it returned
two errors
1.TerminalIPythonApp] GUI event loop or pylab initialization failed
---
ImportError
I followed the pyqtx default install on lion, still couldn't I call out the
pyuic4 and pyrcc4 in the shell. It returned "can not find"
So shall I install sip-4.13.3 and qt4.7.4 pyqt4 4.9.4 manual?
Further more,I'd like to ask how can I install pyuic4 and pyrcc4 specifically?
thank you for your he
First I had installed pyqt4 for maya 2013 on lion
BUT
I can't find PyQt4 under the shell mode
when I input
"from PyQt4 import QtCore" in ipython,
it returened down below
--
ImportError
Traceback (most recent call last)
in ()