What a bad news.
But wait! Since you said "pyglet requires Windows XP or Vista.", I
comment out the raise sentence like below. I find that sympy does plot
and at least everything under site-packages\pyglet\examples\ do!
I don't know what will com after this modification and whether it
means that pyglet is not a xp or vista vampire, but I will still use
your latest pyglet like this on my win2k.

C U

#  codelet from modified site-packages\pyglet\window\win32\__init__.py
#
def _check():
    dw = _kernel32.GetLastError()
    if dw != 0:
        msg = create_string_buffer(256)
        _kernel32.FormatMessageA(FORMAT_MESSAGE_FROM_SYSTEM,
                              c_void_p(),
                              dw,
                              0,
                              msg,
                              len(msg),
                              c_void_p())
        #raise Win32Exception(msg.value)                     <-------
HERE



On Sep 7, 7:06 am, Alex Holkner <[EMAIL PROTECTED]> wrote:
> On 06/09/2007, at 11:05 PM, Oyster wrote:
>
> > I have the latest sympy, pyglet and ctypes on Simplified Chinese win2k
>
> Sorry, pyglet requires Windows XP or Vista.
>
> Alex.


--~--~---------~--~----~------------~-------~--~----~
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