Automatic Windows printer creation?
Roger Upole
rupole at hotmail.com
Wed Jan 19 22:34:48 EST 2005
You can probably do it through WMI. (class is Win32_Printer)
WMI works well with win32com, and there's also a wrapper module
http://tgolden.sc.sabren.com/python/wmi.html
for simplified access.
I imagine getting all the device parameters and port
configuration right will be messy, though.
Roger
"GMane Python" <s_david_rose at hotmail.com> wrote in message
news:mailman.902.1106163375.22381.python-list at python.org...
> Anyone know if there's a module which will allow me to 'create' windows
> printer definitions? Not from a Windows domain network, but just to add a
> printer that sends to a jet-direct-attached printer.
>
> Thanks!
> Dave
>
>
>
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---
More information about the Python-list
mailing list