Re: using org.apache.jcc.PythonVM

2011-03-07 Thread Bill Janssen
Andi Vajda wrote: > > I did patch setuptools, and as you can see below, the config.py says > > "Shared=True", so I believe I have shared mode enabled. I'm certainly > > using jcc with the "--shared" switch with no complaints. > > Something's off. libjcc.so is not shown in your list. > You need

Re: using org.apache.jcc.PythonVM

2011-03-07 Thread Bill Janssen
Andi Vajda wrote: > > So, I went to my Mac, and looked for libjcc.dylib. Sure enough, > > it's there. So I tried this simple program: > > > > import org.apache.jcc.PythonVM; > > > > public class test { > > > >public static void main (String[] argv) { > >PythonVM.start("/usr/bin/pyth