how to print pdf with python on a inkjet printer.

Fredrik Lundh fredrik at pythonware.com
Fri Nov 17 14:38:47 EST 2006


krishnakant Mane wrote:

> I can't figure out where is the win32api module in my system.
> I think I need to download it.
> I tried to search but did not find it.

googling for "python win32api" gives you:

     http://sourceforge.net/project/showfiles.php?group_id=78018

among the first few hits.  as for documentation, it's just a binding for 
the win32 api:s, which are extensively documented over at microsoft.com.

</F>




More information about the Python-list mailing list