Re: Problem loading jcc from java : undefined symbol: PyExc_IOError

2011-02-15 Thread Roman Chyla
On Tue, Feb 15, 2011 at 4:22 AM, Andi Vajda wrote: > > On Tue, 15 Feb 2011, Roman Chyla wrote: > >> from: >> http://realmike.org/blog/2010/07/18/python-extensions-in-cpp-using-swig/ >> >> Q. ?Fatal Python error: Interpreter not initialized (version mismatch?)? >> >> A. This error occurs when the v

Re: Problem loading jcc from java : undefined symbol: PyExc_IOError

2011-02-14 Thread Andi Vajda
On Tue, 15 Feb 2011, Roman Chyla wrote: from: http://realmike.org/blog/2010/07/18/python-extensions-in-cpp-using-swig/ Q. ?Fatal Python error: Interpreter not initialized (version mismatch?)? A. This error occurs when the version of the Python interpreter for which the extension module has be

Re: Problem loading jcc from java : undefined symbol: PyExc_IOError

2011-02-14 Thread Andi Vajda
On Tue, 15 Feb 2011, Roman Chyla wrote: On Tue, Feb 15, 2011 at 1:32 AM, Andi Vajda wrote: On Tue, 15 Feb 2011, Roman Chyla wrote: The python embedded in Java works really well on MacOsX and also Ubuntu. But I am trying hard to make it work also on Scientific Linux (SLC5) with *statically*

Re: Problem loading jcc from java : undefined symbol: PyExc_IOError

2011-02-14 Thread Roman Chyla
from: http://realmike.org/blog/2010/07/18/python-extensions-in-cpp-using-swig/ Q. “Fatal Python error: Interpreter not initialized (version mismatch?)” A. This error occurs when the version of the Python interpreter for which the extension module has been built is different from the version of th

Re: Problem loading jcc from java : undefined symbol: PyExc_IOError

2011-02-14 Thread Roman Chyla
On Tue, Feb 15, 2011 at 1:32 AM, Andi Vajda wrote: > > On Tue, 15 Feb 2011, Roman Chyla wrote: > >> The python embedded in Java works really well on MacOsX and also >> Ubuntu. But I am trying hard to make it work also on Scientific Linux >> (SLC5) with *statically* built Python. The python is a bu

Re: Problem loading jcc from java : undefined symbol: PyExc_IOError

2011-02-14 Thread Andi Vajda
On Tue, 15 Feb 2011, Roman Chyla wrote: The python embedded in Java works really well on MacOsX and also Ubuntu. But I am trying hard to make it work also on Scientific Linux (SLC5) with *statically* built Python. The python is a build from ActiveState. You mean you're going to try to dynamic