Processing.py-Bugs
Processing.py-Bugs copied to clipboard
A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
Hi, Not sure if this is the place to post this or not- it seems that these download links aren't working: 
Maybe there is a reason for this, that I dont understand. But it would great if `mask()` method would make it into Processing.py from [Processing](https://processing.org/reference/mask_.html)
https://github.com/processing/processing4/issues/423
I install the Python mode I wrote a two lines of code: size(500, 500) print('Hello, Word!') and i got this error: **exception in thread awt-eventqueue-0 java.lang.nosuchmethoderror: java.lang.String processing.app.sketch.getMainProgram()**
So, as with Python mode for Processing 3, the native input() function in Python does not work in Python for Processing 4. However, in Processing 3, the JOptionPane workaround (though...
I recently came across an error in the Processing.Py tutorial code. When trying to follow along with the example "displaying the pixels of an image", I kept getting the error...
Hi All, I'd like to adapt this tutorial: https://py.processing.org/tutorials/interactivity/ The bottom of the page says the license is: This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License...
Hi, I haven't found this issue in this forum. In Processing 3.5.4, in Python mode, with very little coding, after two or three runnings, the error 'OutOfMemoryError: Java heap space'...