[python-win32] Re: Question about printing through IE

2006-03-30 Thread Roger Upole
Jason Robinson wrote: > Hi, > > Being relatively new to Python (and no advanced programmer anyhow) I have a > question.. > > For a work related program I need my Python script to be able to change > printer settings in IE before printing. I have a script which creates an > HTML file with image

Re: [python-win32] Question about printing through IE

2006-03-30 Thread Jason Robinson
  Roger,   Thanks! I'm currently fixing the program to make a pdf file instead.. but being able to program it to do the page setup stuff for IE would be easier..   Will look into that registry stuff.. need to find out how to access it first :)   -Jason   On 3/30/06, Roger Upole <[EMAIL PROTECTED]>

Re: [python-win32] python com server exceptions don't make it to .NET /CLR app

2006-03-30 Thread Mark Hammond
> err = pythoncom.com_error(errorcode, desc, ierrorinfo, None) Try win32com.server.exception.COMException - the framework sees that exception as something that should be raised to the caller (whereas a normal pythoncom.com_exception is assumed to have been generated by a COM object *used* by t

[python-win32] ANN: pywinauto 0.3.1 released - performance tuneup

2006-03-30 Thread Mark Mc Mahon
Hi, The 0.3.1 release of pywinauto is now available. pywinauto is a set of open-source (LGPL) modules for using Python as a GUI automation 'driver' for Windows NT based Operating Systems (NT/W2K/XP). SourceForge project page: http://sourceforge.net/projects/pywinauto Download from SourceForge h

[python-win32] python and gina

2006-03-30 Thread le dahut
Hello, Does someone any information about how to use gina stubs and python together -;) ? ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Question about printing through IE

2006-03-30 Thread Metz, Bobby W, WCS
If you have Word installed on the user machines (assuming this is a locally run program), one could consider automating Word to open the file, change margins and then print. B -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Roger Upole Sent: Thursday, March

[python-win32] ANN: pywinauto 0.3.2 released - fixed broken setup.py

2006-03-30 Thread Mark Mc Mahon
Hi, Seems like I broke setup.py :-( 0.3.2 Fixed setup.py and some typos -- 31-Mar-2006 * Fixed the spelling of Stefaan Himpe's name * Fixed setup.py which was working for creating a distribution but not for installing