Processing.py-Bugs icon indicating copy to clipboard operation
Processing.py-Bugs copied to clipboard

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.

Results 106 Processing.py-Bugs issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, Not sure if this is the place to post this or not- it seems that these download links aren't working: ![image](https://user-images.githubusercontent.com/6171907/166153522-6362a030-04ee-45e9-af05-6cf80139653f.png)

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'...