SIP is installed
PyQt needs qt4. brew install qt4
takes care of this dependency.
PyQt cannot be installed by either easy_install
or pip
. I have to download the package, run configure.py
and then make
and make install
SIP is installed
PyQt needs qt4. brew install qt4
takes care of this dependency.
PyQt cannot be installed by either easy_install
or pip
. I have to download the package, run configure.py
and then make
and make install