How can I troubleshoot Python “Could not find platform independent libraries

前端 未结 7 1497
心在旅途
心在旅途 2020-11-28 09:59

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          


        
7条回答
  •  遥遥无期
    2020-11-28 10:18

    change PYTHONHOME to the parent folder of the bin file of python, like /usr,which is the parent folder of /usr/bin.

提交回复
热议问题