You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: Traceback (most recent call last):
File "mole.py", line 21, in <module>
run(mode='P3D')
File "D:\conda_envs\chi2019\lib\site-packages\p5\sketch\userspace.py", line 159, in run
app.run()
File "D:\conda_envs\chi2019\lib\site-packages\vispy\app\_default_app.py", line 62, in run
return default_app.run()
File "D:\conda_envs\chi2019\lib\site-packages\vispy\app\application.py", line 152, in run
return self._backend._vispy_run()
File "D:\conda_envs\chi2019\lib\site-packages\vispy\app\backends\_glfw.py", line 194, in _vispy_run
self._vispy_process_events()
File "D:\conda_envs\chi2019\lib\site-packages\vispy\app\backends\_glfw.py", line 183, in _vispy_process_events
timer._tick()
File "D:\conda_envs\chi2019\lib\site-packages\vispy\app\backends\_glfw.py", line 516, in _tick
self._vispy_timer._timeout()
File "D:\conda_envs\chi2019\lib\site-packages\vispy\app\timer.py", line 168, in _timeout
count=self.iter_count)
File "D:\conda_envs\chi2019\lib\site-packages\vispy\util\event.py", line 455, in __call__
self._invoke_callback(cb, event)
File "D:\conda_envs\chi2019\lib\site-packages\vispy\util\event.py", line 475, in _invoke_callback
self, cb_event=(cb, event))
<< caught exception here: >>
File "D:\conda_envs\chi2019\lib\site-packages\vispy\util\event.py", line 471, in _invoke_callback
cb(event)
File "D:\conda_envs\chi2019\lib\site-packages\p5\sketch\base.py", line 104, in on_timer
self.draw_method()
File "mole.py", line 17, in draw
box(100, 100, 5)
File "D:\conda_envs\chi2019\lib\site-packages\p5\core\primitives.py", line 69, in wrapped
draw_shape(s)
File "D:\conda_envs\chi2019\lib\site-packages\p5\core\primitives.py", line 582, in draw_shape
AttributeError: 'Geometry' object has no attribute 'children'
ERROR: Invoking <bound method Sketch.on_timer of <Sketch (Glfw) at 0x269db1c9288>> for Event
ERROR: Invoking <bound method Sketch.on_timer of <Sketch (Glfw) at 0x269db1c9288>> repeat 2
ERROR: Invoking <bound method Sketch.on_timer of <Sketch (Glfw) at 0x269db1c9288>> repeat 8
ERROR: Invoking <bound method Sketch.on_timer of <Sketch (Glfw) at 0x269db1c9288>> repeat 16
ERROR: Invoking <bound method Sketch.on_timer of <Sketch (Glfw) at 0x269db1c9288>> repeat 32
ERROR: Invoking <bound method Sketch.on_timer of <Sketch (Glfw) at 0x269db1c9288>> repeat 64
ERROR: Invoking <bound method Sketch.on_timer of <Sketch (Glfw) at 0x269db1c9288>> repeat 128
System information:
p5 release (version number or latest commit): p5==0.6.0
Python version: 3.7.5
Operating system: Windows 10
The text was updated successfully, but these errors were encountered:
System information:
The text was updated successfully, but these errors were encountered: