We are about to switch to a new forum software. Until then we have removed the registration on this forum.
How to use Processing.py (more precisely maybe, use the functions of Processing.py, maybe use it as… a module) without Processing Development Environment, but with, say, IDLE or Sublime instead? I want to have regular PY, not PYDE files. What have I to change in my sketches when I migrate? Thanks in advance!
Answers
https://forum.Processing.org/two/discussion/14459/python-mode
I want to ask: How to "import processing" when I write code outside Processing itself?
If you've read the link, you know now that Python Mode is based on Jython.
If you wanna use another IDE for it, you're gonna need to find 1 compatible w/ Jython.
And then setup that environment to use Processing's Java API library, aFaIK.
Thank you for the help.