jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

Input() and JOptionPane workaround don't work in Python mode for Processing 4 #346

Open celinelatulipe opened 2 years ago

celinelatulipe commented 2 years ago

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 clunky) allowed for text input from the user. This does not work in Python for Processing 4:

image

It appears to hang on the javax.swing import statement.