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 would like to use Processing.py in other Python development environments than Processing as I do not want students learning yet another IDE, but want them focusing on applying Processing...
Hi, I have the following error when trying to import the [bRigid](https://lab-eds.org/brigid) library in Python mode: ``` sketch_200701c.pyde:1: RuntimeWarning: PyTableCode.call caught a Throwable that is not an Exception: java.lang.NoClassDefFoundError: LBPhysics;...
When I try to update Python Mode in Contribution Manager I get a message - Mode Manager - that says - "Please save your Sketch and change the Mode of...
add_library('serial') SERIAL_DEVICE="COM15" def setup(): global my_port #Connect to serial device for dev in Serial.list(): if dev == SERIAL_DEVICE: my_port = Serial(this, dev, 115200) print("Connected to '{}'".format(SERIAL_DEVICE)) break else: msg =...
My sketch runs but no windows displays. I searched on the internet, there are two ways to solve it: closing the firewall and replace PythonMod with the former version of...
Windows 8 (64 bit), Processing 3.5.4, Python Mode 3056. Display window doesn't show up, not even with simple test scripts. Everything works alright in java mode though. I tried to...
Processing 3.5.4 - windows 10 java mode works perfectly but python mode(3056) do not please help me
In python mode, sketches (appear to) run, no error messages are generated, but no window is displayed. Same sketch(es) written in java mode run fine. Uninstalled / re-installed, same. ...
I'm trying to import a tab with a class in it and it cant find the class global name 'class_name' is not defined