[visionegg] Error on "collect_timing_info=False"
- From: Simeon Fitch <metasim@xxxxxxxxx>
- To: visionegg@xxxxxxxxxxxxx
- Date: Tue, 16 Aug 2005 12:29:11 -0400
I am trying to turn off the histogram display after the "go()" method
of Presentation with a constructor call along the lines of this:
fixationPres = Presentation(go_duration=(1, 'seconds'),
viewports=[fixationView],
collect_timing_info=False)
but when I run it I get the following error:
2005-08-16 12:27:53,566 (4380) CRITICAL: Traceback (most recent call last):
File "/Users/sfitch/Coding/UVa
Psychology/PythonDotLattice/main.py", line 104, in ?
fixationPres.go()
File "/Library/Python/2.3/VisionEgg/FlowControl.py", line 475, in go
longest_frame_draw_time_sec = frame_timer.get_longest_frame_duration_sec()
UnboundLocalError: local variable 'frame_timer' referenced before assignment
Is this a bug, or am I not setting something correctly?
Thanks,
Simeon Fitch
--
Simeon H.K. Fitch, Owner
Mustard Seed Software
http://www.mseedsoft.com/
=====================================The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
- Follow-Ups:
- [visionegg] Re: Error on "collect_timing_info=False"
- From: Tony Arkles
Other related posts:
- » [visionegg] Error on "collect_timing_info=False"
- » [visionegg] Re: Error on "collect_timing_info=False"
- » [visionegg] Re: Error on "collect_timing_info=False"
- [visionegg] Re: Error on "collect_timing_info=False"
- From: Tony Arkles