How do i print to a printer using python?

Peter Hansen peter at engcorp.com
Tue Sep 10 00:07:06 EDT 2002


Naveed Iqbal wrote:
> Thank you all for your help. I am really a novice when it comes to
> python. Will someone tell me how to install the win32ui module in
> windows?

Search for Mark Hammond's "win32all" package and install it, or
install the ActiveState distribution of Python which has it already
included.  win32ui is one of the modules included in that package.

-Peter




More information about the Python-list mailing list