Traceback (most recent call last):
File "<stdin>", line 1, in ?
NameError: name 'wxPrinter_GetLastError' is not defined
That's v2.4.0.7 on WinNT, python 2.2.
I see a wxPrinter_ReportError function in printfw.py,
but no GetLastError.
I got hung up on this because the print preview from the Html
easy printing was coming back false, even though the preview
displayed just fine. Would that happen if the printer is
off or out of paper, even if the document was just previewed
and never sent to the printer?
I think that everything is working, but I'm getting false
for the return values, and I can't probe what's wrong.
Traceback (most recent call last):
File "<stdin>", line 1, in ?
NameError: name 'wxPrinter_GetLastError' is not defined
That's v2.4.0.7 on WinNT, python 2.2.
I see a wxPrinter_ReportError function in printfw.py,
but no GetLastError.
OKay I must have added it after 2.4.0.7 then.
I got hung up on this because the print preview from the Html
easy printing was coming back false, even though the preview
displayed just fine. Would that happen if the printer is
off or out of paper, even if the document was just previewed
and never sent to the printer?
I think that everything is working, but I'm getting false
for the return values, and I can't probe what's wrong.
Unfortunatly I'm not very familiar with the printing framework, I'm not sure what to suggest...
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!