Traceback (most recent call last):
File "setup.py", line 26, in <module>
from distutils.core import setup, Extension, Command
ImportError: No module named distutils.core
在openwrt上安装ctypes.py时出现此错误。不幸的是,我找不到distutils.core设置的下载链接。
有人能指点我吗?
答案 0 :(得分:1)
distutils在Python的标准库中发布。有些操作系统认为它不是常规模块,只对开发人员有用,所以他们将它与C头,配置文件和co一起移动到python-devel包。 https://dev.openwrt.org/ticket/793告诉我这是OpenWRT的情况:你需要安装 python-dev 来安装distutils。
答案 1 :(得分:0)
登录openwrt后尝试:
opkg update
opkg install distribute