MacPorts pHash not showing up in Python
- by Nitzan Wilnai
I am having a problem where python does not show pHash installed even though I installed it using macports.
I made sure I am using the MacPorts version of Python by doing:
sudo port select --set python python27
I then installed pHash by doing:
sudo port install pHash.
It installed without any errors.
When I call help('modules'), I do not…