On Jan 28, 7:53 am, "Drew Smathers" <[EMAIL PROTECTED]> wrote:
> 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')

Nothing surprising here either:

>>> import ctypes
>>> ctypes.cdll.LoadLibrary('libc.so.6')
<CDLL 'libc.so.6', handle b7f21d80 at 816516c>

>
> --
> \\\\\/\"/\\\\\\\\\\\
> \\\\/ // //\/\\\\\\\
> \\\/  \\// /\ \/\\\\
> \\/ /\/ / /\/ /\ \\\
> \/ / /\/ /\  /\\\ \\
> / /\\\  /\\\ \\\\\/\
> \/\\\\\/\\\\\/\\\\\\
>               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