python error
After moving my work to another computer I get this error:
java.lang.RuntimeException: unable to load
/org/python/version.properties
at org.python.Version.loadProperties(Version.java:91) at
org.python.Version.(Version.java:51) at
org.python.core.PySystemState.(PySystemState.java:58) at
nodebox.client.PythonUtils.initializePython(Unknown Source) at
nodebox.function.PythonLibrary$1.call(Unknown Source) at
nodebox.function.PythonLibrary$1.call(Unknown Source) at
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138) at
java.lang.Thread.run(Thread.java:680)
This seems to happen when using and trying to render the translate node. Also happens with new compostitions, making nodebox unusable in this computer (os x, 10.6.8, python --version prints out Python 2.6.1. Python is at /usr/bin/python)
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Tomi Knuutila on 14 Feb, 2013 02:12 PM
Ok, solved it myself: i opened up Nodebox from the Downloads folder, and moved it to Applications folder while working with it. After quitting and restarting it works. Or perhaps works only from the Applications folder?
hmmm. my previous question seems to have disappeared here. It was aquestion weather strings can have carriage return in them ( or or or
or however you'd like to point them. Especially when finding a certain pattern in a list of text (say a comma or ;) and replacing it with a carriage return. escape character?
Support Staff 2 Posted by Frederik De Ble... on 14 Feb, 2013 02:20 PM
Hey,
NodeBox does not use the built-in Python but bundles its own (Jython, which is Python for Java, version 2.5.3).
Could you try downloading the latest version? It seems you're missing a file.
Kind regards,
Frederik
3 Posted by tomi knuutila on 14 Feb, 2013 07:26 PM
As I commented the post myself - the fault was not using the app from Applications folder (or moving it there after opening it, I don't know which).
Support Staff 4 Posted by Frederik De Ble... on 14 Feb, 2013 07:30 PM
Hey,
We often have people using NodeBox from the Desktop or Downloads folder, without issues.
Maybe during the move something went wrong and the NodeBox app wasn't copied in full? A Mac OS X application is just a directory, and if not all files are copied, the application can't start up.
Can you start the application if you download it again?
F