| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1439 人关注过本帖
标题:undefined symbol: PyFloat_Type
只看楼主 加入收藏
xq2537
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2011-12-21
收藏
 问题点数:0 回复次数:0 
undefined symbol: PyFloat_Type
我在ubuntu11.10上运行skyeye,遇到 PyFloat_Type未定义问题,是不是缺少包,但是又不知道是什么包,各位大虾,有没有知道的?
skyeye@skyeye-VirtualBox:~/skyeye/testsuite/arm_hello$ /opt/skyeye/bin/skyeye -e arm_hello
SkyEye 1.3.4
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.
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

sxq@linux-smmr:/srv/ftp/skyeye-1.3.4> readelf -s /usr/lib/python2.6/lib-dynload/_ctypes.so | grep PyFloat_Type
    65: 00000000     0 OBJECT  GLOBAL DEFAULT  UND PyFloat_Type
sxq@linux-smmr:/srv/ftp/skyeye-1.3.4>
搜索更多相关主题的帖子: undefined copyright different 
2011-12-21 14:08
快速回复:undefined symbol: PyFloat_Type
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.032049 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved