Problem using py2app with the lxml package

后端 未结 4 856
迷失自我
迷失自我 2021-02-09 21:54

I am trying to use \'py2app\' to generate a standalone application from some Python scripts. The Python uses the \'lxml\' package, and I\'ve found that I have to specify this ex

4条回答
  •  孤独总比滥情好
    2021-02-09 22:44

    ------------- Edit--------------
    libxml2 is standard in the python.org version of Python. It is not standard in Apple's version of Python. Make sure py2app is using the right version of Python, or install libxml2 and libxslt on your Mac.

提交回复
热议问题