Y by PikaPika999
The following code doesn't work, because canvas isn't implemented for the processing module:
I believe this is an easy fix, someone just forgot to add the line "Sk.canvas = outcanvas;"(or something similar) in the code for the pywindow, which would give an output.
import processing def setup(): processing.size(200, 200) def draw(): processing.ellipse(100, 100, 50, 50) processing.noLoop() processing.run()
I believe this is an easy fix, someone just forgot to add the line "Sk.canvas = outcanvas;"(or something similar) in the code for the pywindow, which would give an output.
This post has been edited 4 times. Last edited by Demetri, Jul 2, 2025, 11:44 AM