I give the information. More ? What you need ? The ctypes is on python 2.5.1 The line cmd working with python 2.5.1 The instalation i make with python setup.py install for python2.5.1 and pyglet1.1 /usr/local/lib/python2.5$ ls ctypes _endian.py __init__.py macholib util.pyc wintypes.pyc _endian.pyc __init__.pyc test util.pyo wintypes.pyo _endian.pyo __init__.pyo util.py wintypes.py but the folder ctype (and more folders sqlite3 lib-tk...) is in /usr/ local/lib/python2.5 with drwxr-sr-x
On Jul 3, 9:51 pm, "Drew Smathers" <[EMAIL PROTECTED]> wrote: > On Thu, Jul 3, 2008 at 1:59 PM, [EMAIL PROTECTED] > > <[EMAIL PROTECTED]> wrote: > > > How i fix it ? > > ctype is on python2.5 but permision is set on : > > drwxr-sr-x > > Um, fix what? The file permissions are not a problem. It's globally > readable - pyglet doesn't need to execute or write to ctypes module - > o.w., pyglet would be a virus, right? Honestly I can't tell whether > you're talking about this or the python module which imports the > shared lib (_ctypes.so). So you need to provide information more > specific than just "ctype is on python2.5". > > Cheers, > > -- > \\\\\/\"/\\\\\\\\\\\ > \\\\/ // //\/\\\\\\\ > \\\/ \\// /\ \/\\\\ > \\/ /\/ / /\/ /\ \\\ > \/ / /\/ /\ /\\\ \\ > / /\\\ /\\\ \\\\\/\ > \/\\\\\/\\\\\/\\\\\\ > 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 -~----------~----~----~----~------~----~------~--~---
