A
Aleksandar Cikota
Hello,
I'm beginner in python. I want to refresh and print Scope.SiderealTime every
second in Tkiner. I have a easy question. How to refresh this loop every
second?
Here the code:
from Tkinter import *
import win32com.client
Scope = win32com.client.dynamic.Dispatch('ScopeSim.Telescope')
root=Tk()
Label(root, text=Scope.SiderealTime).grid(row=0, sticky=W)
root.mainloop()
Thank You!
Regards,
Aleksandar
I'm beginner in python. I want to refresh and print Scope.SiderealTime every
second in Tkiner. I have a easy question. How to refresh this loop every
second?
Here the code:
from Tkinter import *
import win32com.client
Scope = win32com.client.dynamic.Dispatch('ScopeSim.Telescope')
root=Tk()
Label(root, text=Scope.SiderealTime).grid(row=0, sticky=W)
root.mainloop()
Thank You!
Regards,
Aleksandar