Re: [Tutor] ctypes wintypes

2017-10-04 Thread Albert-Jan Roskam
(sorry for top-posting) Perhaps this? https://pythonhosted.org/psutil/ From: Tutor on behalf of Michael C Sent: Tuesday, October 3, 2017 9:30:43 PM To: python tutor Subject:

Re: [Tutor] I am trying to create a list of object and want to display that list on the screen on my Tkinter screen

2017-10-04 Thread Alan Gauld via Tutor
On 04/10/17 14:40, edmundo pierre via Tutor wrote: > Hello, > I am writing a code When posting code please use plain text. HTML gets mangled so we can't see what your code looks like.(see below) > where I am using a empty list and I will fill up that > list with object. Then  I will show those

[Tutor] I am trying to create a list of object and want to display that list on the screen on my Tkinter screen

2017-10-04 Thread edmundo pierre via Tutor
Hello, I am writing a code where I am using a empty list and I will fill up that list with object. Then  I will show those on my Tkinter screen that I create. But when I run my code ,it crashes. Any help? # Variable   a = Intvar()    a1 = DoubleVar() #Create a function def Answe():      A =

Re: [Tutor] ctypes wintypes

2017-10-04 Thread Alan Gauld via Tutor
On 04/10/17 04:12, Michael C wrote: > Is there a module that does this for me? > If it exists, how do I find it? Google is your friend. What you need to remember is that modules only get created if someone else has the same need as you. And usually if its a repeated need since it takes time and

[Tutor] Te da 1 ticket para que pruebes

2017-10-04 Thread Trillonario via Tutor
Una mega lotería para cambiar su vida En Estados Unidos hay premios tan grandes como US$656 millones para que usted gane. Y no tiene que viajar a ningún lado, ¡tan sólo tiene que tener su billete! Trillonario le hace posible participar en esta lotería sin cruzar la frontera. Regístrese ahora y

Re: [Tutor] ctypes wintypes

2017-10-04 Thread Michael C
Is there a module that does this for me? If it exists, how do I find it? thanks On Tue, Oct 3, 2017 at 5:04 PM, Michael C wrote: > i see i see. > > On Tue, Oct 3, 2017 at 4:50 PM, Alan Gauld via Tutor > wrote: > >> On 03/10/17 22:30, Michael C