Hi there,
I have a problem running a jython script with the buildin python modules socket and pickle.
In the shell the script works fine and connects to the daemon on another server. So the modules are installed:
The script lies under [...]/confluence-data/script/ and can be executed via confluence with this command
{jython:output=wiki|script=#script.py}
{jython}
For a testing "Hello World" this works fine to call the script, but when I want to use the mentioned modules, they can't be found.
Traceback (innermost last):
File "<string>", line 2, in ?
ImportError: no module named socket
Does anyone has a clue how to get it working, how to explicit import the modules in confluence?! It would be nice to have this functionality in confluence.
Cheers
Erik
See SCRP-119 comments for instance. I think you need to install whatever libraries you want to use in WEB-INF/lib.
Ok, thx I will try that for the next change.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.