Re: [Tutor] Where is win32print in Windows 10 Pro

2016-08-12 Thread eryk sun
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

[Tutor] Fwd: Fwd: Re: need help

2016-08-12 Thread isaac tetteh
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

Re: [Tutor] Fwd: Re: need help

2016-08-12 Thread Alan Gauld via Tutor
> -- 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

Re: [Tutor] Where is win32print in Windows 10 Pro

2016-08-12 Thread Joaquin Alzola
>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

[Tutor] Fwd: Re: need help

2016-08-12 Thread boB Stepp
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