[wxPython] page fault when printing from Demo mixed HTML/wxPython window

Hi,

I tried to print the mixed HTML/wxPython window in the demo following

non-managed windows-wxHtmlWindow-with widgets-print

and got:

PYTHON caused an invalid page fault in
module WX21_14.DLL at 0137:00cee669.

I'm using wxPython 2.1.14 under W95. I'm going to upgrade shortly once the
final release of python 2.0 is available. Does this also happen with
wxPython 2.2.1?

Thanks,

Gordon Williams

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users

I tried to print the mixed HTML/wxPython window in the demo following

non-managed windows-wxHtmlWindow-with widgets-print

and got:

PYTHON caused an invalid page fault in
module WX21_14.DLL at 0137:00cee669.

I'm using wxPython 2.1.14 under W95. I'm going to upgrade shortly once

the

final release of python 2.0 is available. Does this also happen with
wxPython 2.2.1?

Probably. The printing engine isn't going to know how to render arbitrary
widgets to a printing DC, but I suppose that it should fail more gracefully
than it does now. <wink>

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxPython.org Java give you jitters?
http://wxPROs.com Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users