Comment 26 for bug 345208

Revision history for this message
Andreas Wenning (andreas-wenning) wrote :

I can confirm, that the version from jaunty-proposed fixes the problem.

Using the version from jaunty-release:
root@miraculix:/# python -c 'import PythonMagick'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/var/lib/python-support/python2.6/PythonMagick/__init__.py", line 1, in <module>
    import _PythonMagick
ImportError: /var/lib/python-support/python2.6/PythonMagick/_PythonMagick.so: undefined symbol: _ZTIN5boost6python15instance_holderE

And using the version from jaunty-proposed this (as expected) produces no output:
root@miraculix:/# python -c 'import PythonMagick'