From: Jacob S. <ke...@ja...> - 2005-02-05 21:34:38
|
Hi I'm new here, not to python. You're looking for bugs in the experimental release, right? Running this code ===================== from visual import * box() while 1: if scene.mouse.button == 'left': break scene.visible = 0 ======================= yields the error ============================ Traceback (most recent call last): File "<stdin>", line 2, in ? ValueError: Button type should be left, right, or middle ============================ This happens whenever I try to access *any* scene.mouse attributes HTH, Jacob Schmidt |