Jonathan Feinberg
Jonathan Feinberg
I've spent a few hours on this, and can't figure out a fix for it yet. I just don't seem to be able to make the native libs available at...
I'm open to any and all ideas.
I've been poring over the source code of both Processing and Python Mode, and cannot for the life of me find any code that disables the Help menu. If anyone...
Even weirder: when I instrument the Help menu, its menu items, and its Actions to crash when disabled, they never crash. And yet they are definitely being disabled by some...
If I name the menu "Helps" rather than "Help", the problem does not happen. The OS X operating system is disabling all Help menu items in response to who knows...
Without seeing your code I can't even guess what's wrong.
Are you quite sure the window isn't just hiding behind the editor?
No clue. Are you under some highly restrictive networking regime? Python Mode uses TCP/IP to connect to its sketch runner helper app.
I don't know yet why Python Mode isn't working for you, but I do know that Java mode just launches the script runner on every involcation, whereas the Python Mode...
The helper app is... Java, I guess. It's launched from within Python Mode by running a class in `[sketchbook directory]/modes/PythonMode/mode/PythonMode.jar`.