On Jan 27, 2008 9:55 PM, Gary <[EMAIL PROTECTED]> wrote
>
>
> Nope.  That works fine (but its 'util', not 'utils')
>
> >>> import ctypes.util
> >>> ctypes.util.find_library('c')
> 'libc.so.6'
>

[Scratches head]
So what does the following give you?

>>> ctypes.cdll.LoadLibrary('libc.so.6')

-- 
\\\\\/\"/\\\\\\\\\\\
\\\\/ // //\/\\\\\\\
\\\/  \\// /\ \/\\\\
\\/ /\/ / /\/ /\ \\\
\/ / /\/ /\  /\\\ \\
/ /\\\  /\\\ \\\\\/\
\/\\\\\/\\\\\/\\\\\\
              d.p.s

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to