Tagged Questions

0
votes
0answers
20 views

Jython ImportError when embedding into Java on 'xml.dom.minidom'

I have a python script which is processing XML using xml.dom.minidom. When I executed it with Jython by command line (jython myfile.py), everything was fine. But when I tried to do the same thing ...
0
votes
1answer
52 views

Importing Java classes into Jython using .class files instead of jars

I've been searching for a while and cannot seem to find an answer to this problem. Is it possible to import a user-defined .class file into Jython directly without it being a .jar. I want to use ...
0
votes
1answer
619 views

Cannot import “logging” module using Jython in embedded Jetty -> ImportError: no os specific module found

I'm trying to use Jython (embedded) in a Jetty server (all through Maven) to invoke a simple Python script. My script works fine as long as I don't try to use any of the standard library's such as ...
0
votes
0answers
573 views

Jython 2.5.1, Eclipse & os.path

I have imported the Jython2.5.1 standalone jar into my build path in Eclipse. Whenever I run any Jython code from within Eclipse, that uses the os.path module, the app barfs: 'Execution failed. ...