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

can't build processing.py for processing4 from committed source, despite python mode being available for processing4 #359

Closed KurtSteinkraus closed 2 years ago

KurtSteinkraus commented 2 years ago

I'd like to get python mode working for processing4, in particular, fixing https://github.com/jdf/Processing.py-Bugs/issues/347 and whatever error is causing:

  Hmm. Can't load native code to bring window to front using the absolute path:
  /Users/kurts/Documents/Processing/modes/PythonMode/mode/libjniosx.dylib.
  Hmm. Can't load native code to bring window to front.

To do that, I need to be able to build processing.py for processing4 and have it nominally work. It seems like there's some basic processing.py support developed somewhere for processing4, since python mode is available for processing4. But the processing.py repository still seems to work only with processing3.

I've tried making local changes to get it to work with processing4:

Where are the changes that allow processing.py mostly to work with processing4?

jdf commented 2 years ago

You have to switch to the processing4 branch.

Keep in mind that Python Mode is unmaintained.