1. 程式人生 > >Windows10下安裝Python2.7模組mod_wsgi提示找不到apr_perms_set.h問題的解決辦法

Windows10下安裝Python2.7模組mod_wsgi提示找不到apr_perms_set.h問題的解決辦法

環境:Windows 10 x86,Apache 2.4.x,Python 2.7.x,Microsoft Visual C++ Compiler Package for Python 2.7

安裝 mod_wsgi前,需要先設定環境變數MOD_WSGI_APACHE_ROOTDIR(指向apache安裝目錄)。

然後,執行下面的命令開始安裝:

pip install mod_wsgi

安裝過程中提示:

fatal error C1083: Cannot open include file: 'apr_perms_set.h': No such file or directory

檢查發現Apache的include目錄下確實沒這個檔案,從下面的專案下載同名檔案放到include目錄下後安裝成功。

下載地址:https://raw.githubusercontent.com/traviscross/apr/master/include/apr_perms_set.h