Activity log for bug #509100

Date Who What changed Old value New value Message
2010-01-18 11:52:24 rawphi bug added bug
2010-01-18 11:52:56 rawphi description Pytables package is missing the dependency on the Cython package, and thus (if cython happens to not be installed otherwise) will fail to load. this bug is in both 2.0.3-1ubuntu1 (karmic) and 2.1.2-3 (lucid) packages fix: install cython module manually (apt-get install cython) Error message when loading tabels: In [60]: import tables --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /home/raphael/Desktop/simulation/sparserandommatrix.py in <module>() ----> 1 2 3 4 5 /usr/lib/python2.6/dist-packages/tables/__init__.pyc in <module>() 74 # Import the user classes from the proper modules 75 from tables.exceptions import * ---> 76 from tables.file import File, openFile, copyFile 77 from tables.node import Node 78 from tables.group import Group /usr/lib/python2.6/dist-packages/tables/file.py in <module>() 42 43 import tables.misc.proxydict ---> 44 from tables import hdf5Extension 45 from tables import utilsExtension 46 from tables.parameters import \ /home/raphael/Desktop/simulation/hdf5Extension.pyx in hdf5Extension() 9 10 ---> 11 12 13 ImportError: No module named utilsExtension </cite Pytables package is missing the dependency on the Cython package, and thus (if cython happens to not be installed otherwise) will fail to load. this bug is in both 2.0.3-1ubuntu1 (karmic) and 2.1.2-3 (lucid) packages fix: install cython module manually (apt-get install cython) Error message when loading tabels: In [60]: import tables --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /home/raphael/Desktop/simulation/sparserandommatrix.py in <module>() ----> 1       2       3       4       5 /usr/lib/python2.6/dist-packages/tables/__init__.pyc in <module>()      74 # Import the user classes from the proper modules      75 from tables.exceptions import * ---> 76 from tables.file import File, openFile, copyFile      77 from tables.node import Node      78 from tables.group import Group /usr/lib/python2.6/dist-packages/tables/file.py in <module>()      42      43 import tables.misc.proxydict ---> 44 from tables import hdf5Extension      45 from tables import utilsExtension      46 from tables.parameters import \ /home/raphael/Desktop/simulation/hdf5Extension.pyx in hdf5Extension()       9      10 ---> 11      12      13 ImportError: No module named utilsExtension
2010-01-18 11:53:42 rawphi description Pytables package is missing the dependency on the Cython package, and thus (if cython happens to not be installed otherwise) will fail to load. this bug is in both 2.0.3-1ubuntu1 (karmic) and 2.1.2-3 (lucid) packages fix: install cython module manually (apt-get install cython) Error message when loading tabels: In [60]: import tables --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /home/raphael/Desktop/simulation/sparserandommatrix.py in <module>() ----> 1       2       3       4       5 /usr/lib/python2.6/dist-packages/tables/__init__.pyc in <module>()      74 # Import the user classes from the proper modules      75 from tables.exceptions import * ---> 76 from tables.file import File, openFile, copyFile      77 from tables.node import Node      78 from tables.group import Group /usr/lib/python2.6/dist-packages/tables/file.py in <module>()      42      43 import tables.misc.proxydict ---> 44 from tables import hdf5Extension      45 from tables import utilsExtension      46 from tables.parameters import \ /home/raphael/Desktop/simulation/hdf5Extension.pyx in hdf5Extension()       9      10 ---> 11      12      13 ImportError: No module named utilsExtension Pytables package is missing the dependency on the Cython package, and thus (if cython happens to not be installed otherwise) will fail to load. this bug is in both 2.0.3-1ubuntu1 (karmic) and 2.1.2-3 (lucid) packages fix: install cython package manually (apt-get install cython) Error message when loading tabels: In [60]: import tables --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /home/raphael/Desktop/simulation/sparserandommatrix.py in <module>() ----> 1       2       3       4       5 /usr/lib/python2.6/dist-packages/tables/__init__.pyc in <module>()      74 # Import the user classes from the proper modules      75 from tables.exceptions import * ---> 76 from tables.file import File, openFile, copyFile      77 from tables.node import Node      78 from tables.group import Group /usr/lib/python2.6/dist-packages/tables/file.py in <module>()      42      43 import tables.misc.proxydict ---> 44 from tables import hdf5Extension      45 from tables import utilsExtension      46 from tables.parameters import \ /home/raphael/Desktop/simulation/hdf5Extension.pyx in hdf5Extension()       9      10 ---> 11      12      13 ImportError: No module named utilsExtension
2011-06-01 12:47:50 David Fokkema bug added subscriber David Fokkema
2012-02-28 21:22:48 Julian Taylor pytables (Ubuntu): status New Invalid