Pallab, please reply to the Tutor list.
-- Forwarded message --
From: "Pallab Amway"
Date: Aug 12, 2016 1:05 AM
Subject: Re: [Tutor] need help
To: "boB Stepp"
Cc:
> Respected sir,lots of thanks for your advice,but while i am compiling
> those programe with python 2.7 no output i
>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/
For the same question:
https://mail.python.org/pipermail/python-list/2015-July/693402.html
This email is confiden
> -- Forwarded message --
> From: "Pallab Amway"
>> Respected sir,lots of thanks for your advice,but while i am compiling
>> those programe with python 2.7 no output is coming only showing the
>> masage "expected indented block"
The first thing is to point out that you are gettin
Also use good text editor like sublimeText. It will do the indentation for you.
Begin forwarded message:
> From: Alan Gauld via Tutor
> Date: August 12, 2016 at 11:37:11 AM CDT
> To: tutor@python.org
> Subject: Re: [Tutor] Fwd: Re: need help
> Reply-To: Alan Gauld
>
>
>> -- Forwarded
On Thu, Aug 11, 2016 at 2:44 PM, Joaquin Alzola
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