[Ctypes-devel] [PATCH] utils.py from cvs-head to branch_1_0
Brought to you by:
theller
From: Sean Jensen-G. <se...@xy...> - 2005-11-18 23:11:03
|
I was using OpenGL-ctypes and notice that ctypes-cvs-head had a better util.py than branch_1_0 specifically when attempting to load libgle. The head version correctly finds libgle.so.3 while branch_1_0 assumes libgle.so Please review the attached util.py, it exports the same find_library function as the orginal. Sean |