I'm trying to use Fontcustom to create an icon font using svg files and fontforge. I'm on OSX.7. However, whenever I run the program I get the error
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
What do <prefix>
and <exec_prefix>
mean here? How can I fix the problem?
On my system, python --version
reports Python 2.7.1
. I checked the corresponding library directory /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
, and it includes site.py
. Why isn't that module found?