Re: [Tutor] Array of Tkinter objects?

2016-09-25 Thread Alan Gauld via Tutor
On 22/09/16 15:58, Albert-Jan Roskam wrote: > I have created a grid of Tkinter Entry object The Tix module has a grid object - but its terribly documented and I couldn't get it to work properly. But then I didn't have much motive to try, you might fare better... Alternatively I think the PMW wi

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] Problems using .lower()

2016-09-25 Thread Steven D'Aprano
Hi Jonathan, and welcome! It is difficult to advise you when we don't know what you are doing wrong. You should always show us your code: the *minimum* amount of code that demonstrates the nature of your problem. Otherwise we're just guessing. More below: On Fri, Sep 23, 2016 at 12:19:04PM -0

Re: [Tutor] Basic telnet question solved

2016-09-25 Thread David Rock
> On Sep 24, 2016, at 18:59, Phil wrote: > > On 25/09/16 07:17, David Rock wrote: >> header = tn.read_until("character is '^]’.”, timeout=5) >> print(header) > > Thank you David, read_until() led me to a result. It seems that the telnetlib > doesn't emulate the console telnet command exactly,

[Tutor] CSR generation script

2016-09-25 Thread Srinivas Naga Kotaru (skotaru)
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? -- Srinivas Kotaru ___ Tutor maillist - Tutor@python.org

[Tutor] event loop vs threads

2016-09-25 Thread srinivas devaki
how does Python switch execution and maintain context i.e function stack etc,.. for co-routines and why is it less costly than switching threads which almost do the same, and both are handled by Python Interpreter itself(event loop for co-routines and GIL scheduling for threading), so where does th

[Tutor] Problems using .lower()

2016-09-25 Thread Jonathan Curtis
Hi, I am trying to complete an assignment for school and having problems getting it to work. I have lists named l_one and and l_two they both have a combination of integers and strings. I am supposed to combined the lists into a l_three and have no duplicate numbers and strings. Both lists have

Re: [Tutor] Basic telnet question

2016-09-25 Thread Joaquin Alzola
>$ telnet localhost 7356 >The client then responds with: >Trying 127.0.0.1... >Connected to localhost. >Escape character is '^]'. Why not use the socket module? -- Joaquin This email is confidential and may be subject to privilege. If you are not the intended recipient, please do not copy or