[Bug 348983] [NEW] [jaunty] PyTables does not work for Python 2.6

Francesc Alted faltet at pytables.org
Thu Mar 26 13:57:44 UTC 2009


Public bug reported:

Binary package hint: python-tables

The PyTables package (python-tables) is not working for Python 2.6 (the
default) in my recently installed kubuntu jaunty:

$ python2.6 -c "import tables; print tables.__version__"                                                           
Traceback (most recent call last):                                              
  File "<string>", line 1, in <module>                                          
  File "/usr/lib/python2.6/dist-packages/tables/__init__.py", line 76, in <module>                                                                              
    from tables.file import File, openFile, copyFile                            
  File "/usr/lib/python2.6/dist-packages/tables/file.py", line 44, in <module>  
    from tables import hdf5Extension                                            
  File "hdf5Extension.pyx", line 11, in hdf5Extension
ImportError: No module named utilsExtension

However, it seems to work fine with Python 2.5:

$ python2.5 -c "import tables; print tables.__version__"                                                           
2.0.3                                                                           

Here it is some version info about my setup:

faltet at kubuntu-vb:/usr/lib/xorg/modules/input$ date ; lsb_release -rd ; uname -a ; apt-cache policy python python
dj mar 26 14:34:58 CET 2009
Description:    Ubuntu jaunty (development branch)
Release:        9.04
Linux kubuntu-vb 2.6.28-11-generic #37-Ubuntu SMP Mon Mar 23 16:40:00 UTC 2009 x86_64 GNU/Linux
python:
  Instal·lat: 2.6.1-0ubuntu4
  Candidat: 2.6.1-0ubuntu4
  Taula de versió:
 *** 2.6.1-0ubuntu4 0
        500 http://es.archive.ubuntu.com jaunty/main Packages
        100 /var/lib/dpkg/status
python:
  Instal·lat: 2.6.1-0ubuntu4
  Candidat: 2.6.1-0ubuntu4
  Taula de versió:
 *** 2.6.1-0ubuntu4 0
        500 http://es.archive.ubuntu.com jaunty/main Packages
        100 /var/lib/dpkg/status

Thanks!

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

-- 
[jaunty] PyTables does not work for Python 2.6
https://bugs.launchpad.net/bugs/348983
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


More information about the universe-bugs mailing list