Re: [ctypes-users] ctypes 0.9.9.3 released
by Mike C. Fletcher other posts by this author
Feb 21 2006 7:59PM messages near this date
[ctypes-users] ctypes 0.9.9.3 released
|
Re: [ctypes-users] ctypes 0.9.9.3 released
Thomas Heller wrote:
> ctypes 0.9.9.3 released - Feb 15, 2006
Just to let you know, OpenGL-ctypes is working with 0.9.9.3. However,
the test suite warns of a missing file:
test (ctypes.test.test_codegen.Test) ... Compiler errors on these source
lines:
'#include "_ctypes_test.h"' _ctypes_test.h: No such file or directory
CompilerError: gccxml returned 1
ok
And all of the tests in the documentation directory fail with the same
error:
mcfletch@raistlin:/usr/share/doc/ctypes-0.9.9.3$ python test_argcount.py
Traceback (most recent call last):
File "test_argcount.py", line 12, in ?
strchr = cdll.LoadLibrary("/lib/libc.so.6").strchr
File "/usr/lib64/python2.4/site-packages/ctypes/_loader.py", line 200,
in __getattr__
dll = self.load_version(name)
File "/usr/lib64/python2.4/site-packages/ctypes/_loader.py", line 170,
in load_version
return self._plat_load_version(name, version, mode)
File "/usr/lib64/python2.4/site-packages/ctypes/_loader.py", line 146,
in _plat_load_version
return self.load("lib%s.so" % name, mode)
File "/usr/lib64/python2.4/site-packages/ctypes/_loader.py", line 112,
in load
return self._load(libname, mode)
File "/usr/lib64/python2.4/site-packages/ctypes/_loader.py", line 149,
in _load
return self._dlltype(libname, mode)
File "/usr/lib64/python2.4/site-packages/ctypes/__init__.py", line
300, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libLoadLibrary.so: cannot open shared object file: No such file
or directory
I've submitted an ebuild for Gentoo Linux as well, but we already have
an error report against it for these failing tests.
Have fun all,
Mike
--
________________________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://www.vrplumber.com
http://blog.vrplumber.com
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
ctypes-users mailing list
ctypes-users@[...].net
https://lists.sourceforge.net/lists/listinfo/ctypes-users
Thread:
Thomas Heller
Mike C. Fletcher
Thomas Heller
Michele Petrazzo
Thomas Heller
Thomas Heller
Andre Burgaud
Michele Petrazzo
Shane Holloway
Thomas Heller
Mark McMahon
Thomas Heller
|