Public bug reported:

When I import tables without liblzo2-2 I get a Traceback:

jvb@weasel:~$ python -c "import tables"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.7/dist-packages/tables/__init__.py", line 76, in 
<module>
    from tables.file import File, openFile, copyFile
  File "/usr/lib/python2.7/dist-packages/tables/file.py", line 43, in <module>
    from tables import hdf5Extension
ImportError: /usr/lib/python2.7/dist-packages/tables/hdf5Extension.so: 
undefined symbol: H5T_STD_U8BE_g

After installing liblzo2-2 - no traceback:
jvb@weasel:~$ sudo apt-get install liblzo2-2
jvb@weasel:~$ python -c "import tables"

jvb@weasel:~$ lsb_release -rd
Description:    Ubuntu 11.04
Release:        11.04

jvb@weasel:~$ apt-cache policy python-tables
python-tables:
  Installed: 2.1.2-3.1build1
  Candidate: 2.1.2-3.1build1
  Version table:
 *** 2.1.2-3.1build1 0
        500 http://gb.archive.ubuntu.com/ubuntu/ natty/universe amd64 Packages
        100 /var/lib/dpkg/status

** Affects: pytables (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/863248

Title:
  dependency on liblzo2-2 not specified

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pytables/+bug/863248/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to