[Pytables-users] Installation test failed: ImportError

2012-10-08 Thread Dickson, John Robert
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

[Pytables-users] import error

2012-08-18 Thread John
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

[Pytables-users] pytables 2.2.1 for Python2.5

2011-06-02 Thread BLACKMORE John
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

[Pytables-users] Freeze success with Pytables?

2010-07-17 Thread John Smith
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

Re: [Pytables-users] Using Pytables in Ubuntu 9.10

2010-04-07 Thread John Schulman
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.

Re: [Pytables-users] Using Pytables in Ubuntu 9.10

2010-04-07 Thread 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.gz 2010/4/7 António Rocha : > Greetings > > I have just installed pytables 2.0.3 from karmic in my Ubuntu 9.10 >

[Pytables-users] error at import: libsz.so.2?

2010-02-05 Thread John Schulman
$ 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: [Pytables-users] Tables with several billion rows.

2007-07-26 Thread John Gill
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:: [..

Re: [Pytables-users] Tables with several billion rows.

2007-07-24 Thread John Gill
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

[Pytables-users] Tables with several billion rows.

2007-07-24 Thread John Gill
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