On Tue, Feb 28, 2012 at 12:51 PM, Rich Newpol <[email protected]> wrote: > I did a quick try on it and found it doesn't work for me either...however, > according to the stack, it appears to be trying to use Canvas 2D for pyjd on > windows (Usign GWTCanvasImplDefault) and I *think* it should be using the > VML wrapper (GWTCanvasImplIE6) shouldn't it?
yes. mmm.... because of GWTCanvas.mshtml.py (which is identical to GWTCanvas.ie6.py of course). > Maybe it's a problem with the platform type recognition... mrrhhmm.... that's easily detected, run python -v and/or put in some print statements into pyjd/imputil.py is the usual way i do it. l.

