Alexandre B A Villares
Alexandre B A Villares
Could you show us your Processing application and your Processing sketchbook folder paths (C:/ ...something.../Documents/Processing) including user? Can you try disabling your wi-fi/firewall for a few moments?
Sorry I don't have a solution :( I don't know where the error logs are kept on Windows. Other people have suggested you try increasing the memory available at the...
Hey people! Do not reinstall system Python or Java, Processing uses its own Java and it's own Python interpreter, Jython. No need to have any previously installed or to mess...
Dear @gsingh93, @btingle and @friedelleprof, please bear in mind that at this point Processing Python mode needs a new maintainer: https://discourse.processing.org/t/python-mode-needs-a-new-project-owner/36399/1 You might want to explore other options for teaching:...
@JimStein @dwyn94 @KopylovVadik I'm afraid [Processing Python Mode currently lacks a maintainer](https://discourse.processing.org/t/python-mode-needs-a-new-project-owner/36399). If you, like me, enjoy using the Processing graphics vocabulary with Python, you can do it now with...
Hi @AakeJon49 ! I feel this can be a bit tricky, I'm afraid. I suggest you close all sketches, open a single sketch, change it to *Java mode* and then...
Cheers, @kresdjan! Maybe the `.mask()` method of a `PImage` object can be of help to you... 
I guess this might be related... `surface.setTitle("hello");` `surface.setResizable(true);` both work on Java Mode but not on Python mode
I first found out about it at https://github.com/processing/processing/wiki/Window-Size-and-Full-Screen I think. And then there is this example: https://github.com/processing/processing-docs/tree/master/content/examples/Demos/Tests/MultipleWindows It seems very undocumented :(
Hi @kantel, @fireattack and @jdf, I have learned from @GoToLoop at https://forum.processing.org/two/discussion/16721/surface-doesn-t-work-in-python-mode that: `this.surface.setTitle("hello")` works perfectly on Python Mode. Cheers! :) PS: `this.surface.setResizable(True) # crashes if you drag it bigger......