|
SkyEye 1.3.5-rc1
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/local/lib/python2.7/ctypes/__init__.py", line 10, in <module>
from _ctypes import Union, Structure, Array
ImportError: /usr/local/lib/python2.7/lib-dynload/_ctypes.so: undefined symbol: PyUnicodeUCS2_FromUnicode
python我也重新编译安装过了 下的是python2.7.3 但是显示的是2.7.2+
报这样的错不知道是什么原因
谢谢各位大侠了 麻烦了 小弟第一次安装skyeye 就出这样的问题 网上也查不到什么资料啊 |
|