[visionegg] mouse input: first steps
- From: Christoph Lehmann <lehmann@xxxxxxxxxxxx>
- To: visionegg@xxxxxxxxxxxxx
- Date: Thu, 05 Dec 2002 19:39:36 +0100
with the code in the attachment I get: (sorry the stuff around the "hot"
mouse stuff)
Traceback (most recent call last):
File "load_picture_mouse.py", line 114, in ?
File "/usr/lib/python2.2/site-packages/VisionEgg/Core.py", line 1246,
in go
doing_transition=1)
File "/usr/lib/python2.2/site-packages/VisionEgg/Core.py", line 1103,
in __call_controllers
result = controller.between_go_eval()
File "/usr/lib/python2.2/site-packages/VisionEgg/Core.py", line 1668,
in between_go_eval
raise NotImplementedError("%s: Definition in abstract base class
Controller must be overriden."%(str(self),))
NotImplementedError: <__main__.MouseButtonController instance at
0x903690c>: Definition in abstract base class Controller must be
overriden.
---
I would now like to get the time of the buttonpress with
VisionEgg.timing_func()and
write this value to a textfile... shall I open the textfile at the beginning,
do the p.go and write the
button_press_time after the p.go to the file and close the file?
thanks :)
christoph
--
Christoph Lehmann
Department of Psychiatric Neurophysiology
University Hospital of Clinical Psychiatry
Waldau
CH-3000 Bern 60
Switzerland
Phone: ++41 31 930 93 83
Fax: ++41 31 930 96 61
Email: lehmann@xxxxxxxxxxxx
Web:
-- Binary/unsupported file stripped by Ecartis --
-- Type: text/x-python
-- File: load_picture_mouse.py
======================================
The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
Other related posts:
- » [visionegg] mouse input: first steps