Ghost.py Not Finding Pyside?
I'm trying to get started with the Ghost.py headless browser on a Mac. I installed Ghost.py and its dependencies using these links/commands: Qt 5.0.1 for Mac, has a GUI installer
Solution 1:
I faced the exact same problem but managed to fix it. Here is how:
- Uninstall the current installation of PySide and qt on your system. Make sure PySide is not present in
/Library/Python/2.7/site-packages
. - Install qt and PySide from http://qt-project.org/wiki/PySide_Binaries_MacOSX.
PS: My system is running 10.9 (Mavericks) but I think it should work in 10.7 (Mountain Lion) as well.
Post a Comment for "Ghost.py Not Finding Pyside?"