9b28aae05a
git-svn-id: http://www.neo1973-germany.de/svn@164 46df4e5c-bc4e-4628-a0fc-830ba316316d
7 lines
230 B
Python
7 lines
230 B
Python
from PyTrackerClient import *
|
|
|
|
test=TrackClient('edistar','refeco3','80.61.221.9')
|
|
test.StartTrack()
|
|
# I need an event to call test.StopTrack!
|
|
# How do I do that? Best would be KeyPressed("q") or something
|
|
ecore.main_loop_begin()
|