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
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
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*
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
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
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