Re: [python-win32] Python Automation Question

2010-02-17 Thread Steven James
PDFCreator has a COM API...might be able to solve your problem a different way. If user-friendliness does not matter, try this knowledge base article: http://support.microsoft.com/kb/156212 It describes how to change the default printer (per user) through a

Re: [python-win32] Python Automation Question

2010-02-17 Thread Tim Roberts
Roberts, Gregory (Contractor) wrote: > > The automation runs on a VM and is working smoothly except for with > one report. It requires that the default printer on the VM is set to > print to PDF and I am unsure of how to go about this. I have > inherited the code after essentially writing the r

[python-win32] Python Automation Question

2010-02-17 Thread Roberts, Gregory (Contractor)
All, I hope this is the proper method of searching for help. Please excuse my etiquette if not correct. I maintain python automation scripts which are currently under development for generating ~15 excel reports each day and running macros on them, emailing, archiving, etc. The automation runs

Re: [python-win32] pywin32 documentation wiki

2010-02-17 Thread le dahut
Hi, I've joined a file containing : * mytestservice_handlerex.py and : * mytestservice_isenslogon.py * isenslogon.py You can install them with command line (python.exe must be in your %PATH%) : 'mytestservice_isenslogon.py --interactive --startup=auto install' or 'mytestservice_handlerex.py --

[python-win32] win32ras.Dial() timing out on Windows 7

2010-02-17 Thread Eduan Basson
Hi I'm experiencing problems with the win32ras.Dial() function in python, as installed with Activestate ActivePython 2.6.4.10-win32-x86. The behaviour is: 1. On Windows 2000 and XP, function works as expected, returning with a 0 errorcode as soon as the dial-up connection is made. 2. On Wind