我正在尝试解决 Angstrom 上 Python 的 MYSQL 连接器的一些依赖关系。
从命令行我收到以下错误:
Python 2.6.6 (r266:84292, Feb 25 2011, 16:50:01)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import io
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named io
我认为 IO 是一个基础模块。它似乎是最新的:
# opkg install python-core
Package python-core (2.6.6-ml12.2.6) installed in root is up to date.
IO 不应该默认可用,我该怎么做才能解决这个问题?