Re: [python-win32] Problem with win32print.SetPrinter

2011-03-01 Thread Tefnet Developers
Dnia 2011-02-28, pon o godzinie 19:11 -0500, Roger Upole pisze: > I think this is dependent on the printer driver. > Some use the paper size defined by the the form, > and others use the PaperSize member. The driver used is the generic postscript driver (MS Publisher Imagesetter) provided with Win

[python-win32] Problem with win32print.SetPrinter

2011-02-28 Thread Tefnet Developers
Hi, I am adding some printers connection as a user with win32print.AddPrinterConnection(). Afterwards I want to set paper size to A4 (I have no idea why Polish Windows XP sets it to Letter by default) with this example code: == impo

Re: [python-win32] Problem with msvcr90.dll

2011-02-01 Thread Tefnet Developers
Dnia 2011-02-01, wto o godzinie 10:44 +1100, Mark Hammond pisze: > This stuff is painful and poorly documented. Is it possible the code > which triggers the failing import is on a different thread than the one > which loaded Python? If so, I suspect the magic done by Python in > dl_nt.c may no

Re: [python-win32] Problem with msvcr90.dll

2011-02-01 Thread Tefnet Developers
Dnia 2011-02-01, wto o godzinie 10:44 +1100, Mark Hammond pisze: > This stuff is painful and poorly documented. Is it possible the code > which triggers the failing import is on a different thread than the one > which loaded Python? I have added a little thread id reporting function: static v

[python-win32] Problem with msvcr90.dll

2011-01-31 Thread Tefnet Developers
Hi, I am developing a msgina replacement. I am at the point where I have the whole Gina API handled in python (a dll written in C, calling methods of a python object). My problem is that somehow my program cannot import pywin32 modules: Jan 31 12:12:41 p11 pygina: callproxy.caller: File "c