[Tutor] Howto display progress as cmd is being executed via subprocess ?

2016-06-13 Thread Ramanathan Muthaiah
Hello All, Am aware of the module called 'progressbar' that can do this magic of displaying progress as the cmd is executed. In fact, I have a test code to show progress and tried, it works. from progressbar import * import time def main(): progress = ProgressBar() for num in p

Re: [Tutor] (no subject)

2016-07-25 Thread Ramanathan Muthaiah
Hi Dilip, This error has nothing to do with Python or it's versions. OS does not have the support for these unicode characters. You need to fix that. > filename = "මේක තියෙන්නේ සිංහලෙන්.txt" > Why can't I get Python to print the name out? > > filename = "මේක තියෙන්නේ සිංහලෙන්.txt" > Unsupported

Re: [Tutor] CSR generation script

2016-09-25 Thread Ramanathan Muthaiah
On Sun, Sep 25, 2016 at 11:47 PM Srinivas Naga Kotaru (skotaru) < skot...@cisco.com> wrote: > I am using pyOpenSSL module to automate CSR generation. Not much > self-explanatory documentation available except few blog posts which cover > this topic. Can anyone write a script on this topic? > To e

Re: [Tutor] python coding problem

2016-09-26 Thread Ramanathan Muthaiah
> > This is my first time using this so I hope it works. > I am trying to find out why this code doesnt work. > Its simple. I want to find out which number is bigger. > Welcome! > > I hope you can help and that I am using this python feature properly. > Thanks. > The function prints the first t

Re: [Tutor] Error

2016-10-04 Thread Ramanathan Muthaiah
> > I began to learn Python and after saving a file gra.py tried to reopen it > and got an error (in the Annex). > > What's the error on re-opening the file ? Also, share what version of Python, OS and editor you are using. FYI, this is a text only list, images of attachments will be filtered. /