2007年04月02日 星期一 17:20
看看你把你的 .so 文件放在哪里。 确保你的 .so 文件能够被操作系统找到。 报那个错误是因为操作系统在它的动态链接库搜索目录中找不到这个文件。 > 3. python调用动态链接库的问题 (SANG Junjun) > > Message: 3 > Date: Mon, 2 Apr 2007 15:21:09 +0800 > From: "SANG Junjun" <crabhit at gmail.com> > Subject: [python-chinese] python调用动态链接库的问题 > To: python-chinese at lists.python.cn > Message-ID: > <659f3ef40704020021n3ffc485fq1e81123f691712ff at mail.gmail.com> > Content-Type: text/plain; charset="gb2312" > > 大家好 > 我在ubuntu6.10下使用python调用动态链接库 > functest = ctypes.cdll.func > > 出现这样的问题: > sang at sang-desktop:~/test$ ./test.py > Traceback (most recent call last): > File "./test.py", line 6, in ? > functest = ctypes.cdll.func > File "/usr/lib/python2.4/site-packages/ctypes/__init__.py", line 390, in > __getattr__ > dll = self._dlltype(name) > File "/usr/lib/python2.4/site-packages/ctypes/__init__.py", line 315, in > __init__ > self._handle = _dlopen(self._name, mode) > OSError: func: cannot open shared object file: No such file or directory > > 不知道这是为什么? > > > -- > Best Regards, > SANG JUNJUN > -------------- 涓���ㄥ� -------------- > 一个HTML附件被移除... > URL: > http://python.cn/pipermail/python-chinese/attachments/20070402/590a8a48/attachment-0001.html > > ------------------------------ > -- THINK big, DO small. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070402/209a174b/attachment.html
Zeuux © 2025
京ICP备05028076号