py5 format error at properties: py5.height and py5.width #49
-
I'm new to the py5 project effort, so first a welcome to all members. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Welcome, @claudefalbriard ! Can I see your code? Also, how are you running this? Are you running it using the py5 kernel or using run_sketch? Are you coding in "imported mode" or "module mode"? It is not a good idea to mix the the two together in the same sketch. I am not sure what the result might be but I suspect it might cause those symptoms. |
Beta Was this translation helpful? Give feedback.
Welcome, @claudefalbriard !
Can I see your code? Also, how are you running this? Are you running it using the py5 kernel or using run_sketch?
Are you coding in "imported mode" or "module mode"? It is not a good idea to mix the the two together in the same sketch. I am not sure what the result might be but I suspect it might cause those symptoms.