On Tue, Nov 22, 2011 at 11:57 AM, Phillip Nguyen <[email protected]>wrote:

>
> Thanks! I applied both of your fixes to the ctypes clone.
> (Though on my end I still can't get anything to run in
> PyPy 1.6.  It gives me an "unknown shape" assertion
> error during a call to CFStringGetCString.  I might try the
> newer version later today and see if that fixes anything. )
>
> --phillip
>

I just grabbed the stock pypy 1.7 w/ JIT binary yesterday - hopefully it
works for you as well.

Even though my patches fixed the major event crash, and fixes the input
focus problem, there are still some crashes happening during event
handling. I haven't managed to get a reliable backtrace from one of these
crashes yet though, as they seem to occur outside of the normal pyglet
event loop.

Although most of the examples run, the test suite UI in the terminal
doesn't work at all (I think because of the event problems, but I can't be
sure).

Would someone with access to Windows/Linux be willing to run tests/tests.py
under pypy 1.7, and let me know what works and what doesn't? I'd like to
figure out what portion of the current problems are pypy issues and what
portion is our platform code.

-- 
Tristam MacDonald
System Administrator, Suffolk University Math & CS Department
http://swiftcoder.wordpress.com/

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