Hi Sergei,

first: https://github.com/Traumflug/simulavr.git isn't the official simulavr repository. You use the fork from Markus! For the official one see http://savannah.nongnu.org/projects/simulavr.

For your problem: _pysimulavr.so depends on libsim.so, you have to include it in your LD_LIBRARY_PATH or declare the right path for your ld in your distribution. See also the answer from Klaus for bug#46311.

cu, Thomas


Am 18.03.2016 um 20:14 schrieb Сергей Хотеев:
System Ubuntu 15.04 , swig 2.0.12-1ubuntu1 - installed

git clone https://github.com/Traumflug/simulavr.git
./bootstrap
./configure LDFLAGS="-L/usr/lib/python2.7" --enable-python
make
sudo checkinstall
cd src/python
sudo python setup.py install

python -c 'import pysimulavr'
Traceback (most recent call last):
   File "<string>", line 1, in <module>
   File 
"/usr/local/lib/python2.7/dist-packages/pysimulavr-1.1.dev0-py2.7-linux-x86_64.egg/pysimulavr.py",
line 28, in <module>
     _pysimulavr = swig_import_helper()
   File 
"/usr/local/lib/python2.7/dist-packages/pysimulavr-1.1.dev0-py2.7-linux-x86_64.egg/pysimulavr.py",
line 24, in swig_import_helper
     _mod = imp.load_module('_pysimulavr', fp, pathname, description)
ImportError: 
/usr/local/lib/python2.7/dist-packages/pysimulavr-1.1.dev0-py2.7-linux-x86_64.egg/_pysimulavr.so:
undefined symbol: _ZTI14RWMemoryMember

*What's wrong?*
_______________________________________________
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/simulavr-devel



_______________________________________________
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to