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
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]>
> 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
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
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
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
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