[Tutor] Where is win32print in Windows 10 Pro
Ken G.
beachkidken at gmail.com
Sat Aug 13 07:25:58 EDT 2016
On 08/12/2016 11:56 PM, eryk sun wrote:
> On Thu, Aug 11, 2016 at 2:44 PM, Joaquin Alzola
> <Joaquin.Alzola at lebara.com> wrote:
>>> import win32print
>>> ImportError: No module named win32print
>> That module doesn't exist on your python path
>>
>> 'pywin32' is its canonical name.
>>
>> http://sourceforge.net/projects/pywin32/
> I'm not certain what's meant in the above, but to be clear, PyWin32
> installs most of its modules as top-level imports. So `import
> win32print` is correct.
>
> PyWin32 can be pip installed using the "pypiwin32" package:
>
> https://pypi.python.org/pypi/pypiwin32
>
> The difference compared to the executable installer is that the wheel
> package doesn't automatically run the post-install script that copies
> some DLLs to the System32 directory. Running the post-install script
> isn't necessary if you just need to call Windows and COM APIs.
>
Thanks for clarifying this more.
Ken
More information about the Tutor
mailing list