y", line 30, in
from tables.utilsExtension import getPyTablesVersion, getHDF5Version
ImportError: No module named utilsExtension
I am using Mac OS X 10.8.2.
Please let me know if you need any additional information.
I would appreciate any suggestions on what the problem may be and how
I have the following import error when I try to import pytable
ImportError Traceback (most recent call last) in
() > 1import tables
/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/tables/__init__.py
in () 28 29 # Necessary imports to get versions stored on t
Hi,
Is there a binary available for pytables 2.2.1 compiled for 32-bit Python 2.5?
This would be very useful for me as I am working on a python system that
already uses numpy1.4.1 which is not compatible with pytables 2.1.2
Thanks,
John
This email and any attachments are intended solely for
Hello,
Has anyone had success compiling an executable with freeze that included the
use of pytables? I saw the PyTables & py2exe discussion on the "User Documents"
of pytables.org, however, I have a Linux system and only have freeze at my
disposal. (I am running version 2.5 of python, I don't
You may also need to do
apt-get build-dep python-tables
2010/4/7 John Schulman :
> I had this problem. It was fixed by upgrading pytables to a newer version
>
> easy_install pyrex
> easy_install
> http://www.pytables.org/download/preliminary/pytables-2.2b3/tables-2.2b3.tar.
I had this problem. It was fixed by upgrading pytables to a newer version
easy_install pyrex
easy_install
http://www.pytables.org/download/preliminary/pytables-2.2b3/tables-2.2b3.tar.gz
2010/4/7 António Rocha :
> Greetings
>
> I have just installed pytables 2.0.3 from karmic in my Ubuntu 9.10
>
$ python
>> import tables
ImportError: libsz.so.2: cannot open shared object file: No such file or
directory
Installed today with easy_install tables
* Found numpy 1.3.0 package installed.
* Found HDF5 headers at ``/usr/include``, library at ``/usr/lib64``.
* Found LZO 2 headers at ``/usr/inclu
re my problems are coming from -- i had
been hoping that the minor numpy version wouldn't be too critical.
I'll look into re-compiling with numpy 1.0.3 and let you know how I get on.
John
Ivan Vilata i Balaguer wrote:
John Gill (el 2007-07-24 a les 17:25:25 +0100) va dir::
[..
limits?
It looks that for now, I'll have to keep tables below 1 billion records
if I don't want to move to a 64 bit machine.
John
Ivan Vilata i Balaguer wrote:
> This is a limitation of the Python interpreter itself in versions <= 2.4
> and 32-bit 2.5. You can read mor
There seem to be some issues with table with several billion rows.
This is with both pytables 2.0 and pytables 1.4.
In [2]: h = tables.openFile('data.hd5')
In [3]: len(h.root.events)
---
Traceback (most recent call l
10 matches
Mail list logo