cartr / homebrew-qt4

Homebrew tap for Qt4 and dependent formulae on Sierra
BSD 2-Clause "Simplified" License
105 stars 42 forks source link

Homebrew core renamed `python3` -> `python` and `python` -> `python@2` #46

Closed megachweng closed 6 years ago

megachweng commented 6 years ago

brew install python will install python3 as default now. brew install pyqt@4 --with-python3 only build python3 library so I can't import PyQt4 in python2, there is only Python3.6/site-packages in '/usr/local/Cellar/pyqt@4/4.12.1/lib/ directory

please fix it.

cartr commented 6 years ago

Thank you for the report! I'll try and get this fixed ASAP.

cartr commented 6 years ago

Should be fixed now -- please run brew update && brew upgrade and try reinstalling pyqt@4.

megachweng commented 6 years ago

works like a charm!! PS: I've noticed that option --with-python3 have changed to --with-python. I think the first one is less confused.