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

a few days ago I've downloaded the command-line application for processing.py from py.processing.org. and while it did run my sketches I had some issues. for example, the circle() function didn't...

After executing code in processing, it does not pops any display window and terminal says "created registry at port 8220 could not create registry; assume it's already created"

https://processing.org/reference/PVector.html has lots of good documentation for PVector methods. https://py.processing.org/reference/PVector.html doesn't have any documentation of PVector methods.

It seems add `-Dpython.console.encoding=UTF-8` as a VM argument can solve the issue: https://stackoverflow.com/questions/30443537/how-do-i-fix-unsupportedcharsetexception-in-eclipse-kepler-luna-with-jython-pyde However, I cannot find where/how to add that one to.

![python mode display Chinese word](https://user-images.githubusercontent.com/48941712/69318511-431ffc80-0c78-11ea-8436-3038295f1f87.png) #here is my code size(500,500) myFont=createFont("宋体",40) textFont(myFont) fill(0) text("hello,中文",100,200)

Hello , Just trying to run python mode on a mac. When pressing the run button the sketch window does'nt open. On stop the program returns IOError: java.nio.channels.ClosedByInterruptException ... convertPythonSketchError...

In Python Mode, if you have non-ASCII text on a tab (.py file), you get `SyntaxError: Non-ASCII character in file '/var/folders/rn/ ... .py', but no encoding declared; see http://www.python.org/peps/pep-0263.html for...

Using the input command, x = input("Enter age: ") sends a prompt and opens the display but does not allow for user input

When first starting Processing in python mode, the help menu options work fine. After running any program (including an empty one), they are disabled. Toggling from Python to Java and...

Bug in the pymode tutorial page....