yysbq121 发表于 2012-11-28 15:26

skyeye启动出错

mint13环境下skyeye启动出错!python版本为2.7
sk@sk-machine /opt/skyeye/testsuite/arm_hello $ skyeye -e arm_hello
SkyEye 1.3.5
SkyEye is an Open Source project under GPL. All rights of different parts or modules are reserved by their author. Any modification or redistributions of SkyEye should not remove or modify the annoucement of SkyEye copyright.
Get more information about it, please visit the homepage http://www.skyeye.org
Type "help" to get command list.
Traceback (most recent call last):
   File "<string>", line 1, in <module>
   File "/opt/skyeye/bin/skyeye_cli.py", line 4, in <module>
   from skyeye_common_module import *
   File "/opt/skyeye/bin/skyeye_common_module.py", line 3, in <module>
   from ctypes import *
   File "/usr/lib/python2.7/ctypes/__init__.py", line 10, in <module>
   from _ctypes import Union, Structure, Array
ImportError: /usr/lib/python2.7/lib-dynload/_ctypes.so: undefined symbol: PyFloat_Type
显示的是ImportError: /usr/lib/python2.7/lib-dynload/_ctypes.so: undefined symbol: PyFloat_Type,搜了下,找不到方法,也不知道是缺什么依赖,求教大神
页: [1]
查看完整版本: skyeye启动出错