【发布时间】:2013-08-11 16:12:11
【问题描述】:
-
首先,我手动编译安装了python3.3,没有报错。
cd /path/to/python3.3 ./configure make && make install -
然后我下载了扭曲的源代码树并使用以下命令安装它:
cd /path/to/twisted python3 setup.py install -
然后报错:
error: in 'ext_modules' option (extension 'twisted.runner.portmap'), 'sources' must be present and must be a list of source filenames如果能在 centos 上使用 python3 提供帮助,我将不胜感激。
谢谢。
【问题讨论】:
标签: python python-3.x centos twisted