rocha wrote:
> Hi Alex,
>
> I tried: from inside the python interpreter in windows console, from
> inside the ipython console, from inside IDLE and finally double
> clicking the script.
>
>   
Ah, ok.  I think I've found the problem, but I'm not near a Windows 
computer.  If you feel like delving in a bit, open 
pyglet/window/win32/types.py (installed in lib/site-packages of your 
Python installation) and change line 78 from

        ('lpszMenuName', c_char_p),

to

        ('lpszMenuName', c_wchar_p),

If that works I'll commit the fix from here, otherwise wait a few days 
for an update in SVN.

Cheers
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