1

出现症状:autogen 禁用 slideshowshuffle 和 pythonconsole 的构建,报告“不支持 python”。平台是Ubuntu 9.04,Jaunty Jackalope;侏儒 2.26.1。

日志提取:

checking for a Python interpreter with version >= 2.3... python
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.6/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages
checking for PYGTK... no
configure: WARNING: Python not found, disabling python support

安装了 python 和 pygtk 的证据:

Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41) 
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygtk
>>> 

我注意到 PYGTK 的大写,这对于环境变量很常见。没有 PYGTK 环境变量。

您的搜索 - “PYGTK 环境变量” - 没有匹配任何文档。

以 /usr/share/doc/python-gtk2-doc/html 为根的树中 PYGTK 的 grep 未返回任何行。

4

1 回答 1

1

尝试安装“python-gtk2-dev”包。你可以确保你有它

pkg-config --list-all | grep pygtk-2.0

我认为,您在 python 中使用的是“python-gtk2”。

于 2009-09-21T11:33:49.853 回答