here’s the sample, I tested it, and my problem occurred, just so you know, the bug is that the python interpretor crashes when the PreviewFrame is closed.
You can't pass the same instance of the printout to wx.PrintPreview for both printout parameters, you need to make a 2nd instance.
···
On 5/6/10 11:46 AM, Micah Nordland wrote:
here's the sample, I tested it, and my problem occurred, just so you
know, the bug is that the python interpretor crashes when the
PreviewFrame is closed.
just extract and test.