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.
I've been programming a small project using processing in python mode and it appears to be unable to run any code in the draw loop, neither my code nor various...
[Processing-Export.txt](https://github.com/jdf/Processing.py-Bugs/files/14787784/Processing-Export.txt) I installed today Processing, downloaded the Python mode, switch to Python mode, opened one of the examples via files -> examples and tried to export that example. I got...
same issue as above!
it will not give me the location of my mouse ever, it did at first but after a week when i came back to the code and ran it, it...
In the webpage - https://py.processing.org/reference/keyPressed.html It says example broken All that needs to be changed is to reduce the indent on global value (in the def keyPressed() function) global value...
Hi, I'm having a problem with Processing 3 where everytime I run a sketch, the sketch window never appears. My code isn't wrong becuase I've only done def setup():, and...
P2D and P3D not working in python processing. I took the standard example shown below. When running the sketch, nothing happens and no error occurs. Tested on win, mac_os. Processing...
I try to import "PeasyCam" library to my sketch but it raise this error ``` java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module...
A call to add_library(...) always throws ClassCastException no mater which library I'm trying to add. Callstack: ``` java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are...
Hello! Why code completion doesn't work even is enabled? When I press Ctrl+Space I obtain space instead completion. Windows version: 10.0.19042.867 Processing.py version: 3.5.4