[Pytables-users] tables-2.2rc1.win-amd64-py2.6 problems

2010-05-21 Thread Christoph Gohlke
Dear PyTables developers, I ran into two problems with 64-bit tables-2.2rc1.win-amd64-py2.6. Pytables and all its dependencies were built from sources using Visual Studio 2008. There were no build errors. Part of the test_all.py output is attached. 1) Even though the bzip2 and lzo libraries ar

Re: [Pytables-users] tables-2.2rc1.win-amd64-py2.6 problems

2010-05-23 Thread Christoph Gohlke
Hi Francesc, On 5/22/2010 5:52 AM, Francesc Alted wrote: > Hi Christoph, > > 2010/5/21 Christoph Gohlke mailto:cgoh...@uci.edu>> > > Dear PyTables developers, > > I ran into two problems with 64-bit tables-2.2rc1.win-amd64-py2.6. > Pytables and all it

Re: [Pytables-users] tables-2.2rc1.win-amd64-py2.6 problems

2010-05-24 Thread Christoph Gohlke
On 5/24/2010 12:31 AM, Francesc Alted wrote: > 2010/5/24 Christoph Gohlke mailto:cgoh...@uci.edu>> > > 2.- In order to load DLLs, PyTables uses a the `LoadLibrary` > function to > check whether the DLL is available or not (see `getLibrary`

Re: [Pytables-users] tables-2.2rc1.win-amd64-py2.6 problems

2010-05-25 Thread Christoph Gohlke
On 5/25/2010 2:06 AM, Francesc Alted wrote: > A Monday 24 May 2010 20:10:17 Christoph Gohlke escrigué: >>> Great. But I don't know why LZO DLL is not searched by default in >>> Python\Lib\site-packages\tables as this path should be searched by >>> default by

Re: [Pytables-users] tables-2.2rc1.win-amd64-py2.6 problems

2010-05-26 Thread Christoph Gohlke
On 5/26/2010 4:13 AM, Francesc Alted wrote: > A Tuesday 25 May 2010 17:25:31 escriguéreu: >> That's it! All tests now pass on 32 and 64 bit Python 2.6/2.7 with HDF5 >> 1.8.4-patch1 and numpy 1.4.1/2.0dev. Thanks a lot! > > Excellent! > >> I put the installers at >>

Re: [Pytables-users] tables-2.2rc1.win-amd64-py2.6 problems

2010-05-29 Thread Christoph Gohlke
On 5/26/2010 4:13 AM, Francesc Alted wrote: > A Tuesday 25 May 2010 17:25:31 escriguéreu: >> That's it! All tests now pass on 32 and 64 bit Python 2.6/2.7 with HDF5 >> 1.8.4-patch1 and numpy 1.4.1/2.0dev. Thanks a lot! > > Excellent! > >> I put the installers at >>

Re: [Pytables-users] Using pytables as a utility for lzo decompression on Windows platforms

2010-09-08 Thread Christoph Gohlke
On 9/7/2010 11:11 PM, Kim Hansen wrote: > Dear Francesc > > 2010/9/7 Francesc Alted fal...@pytables.org > > > PyTables uses HDF5 machinery for hooking LZO calls, so I had no need > to wrap > it for Python. But, by using Cython [1], wrapping the next call

Re: [Pytables-users] Windows installer for the new version.

2011-06-29 Thread Christoph Gohlke
On 6/29/2011 8:24 AM, Joe Paul wrote: > Hi All, > > Sorry if this sounds too naive. > Wanted to see whether there is a windows installer with the newly > created pytables (with pro) version for both 32 bit and 64 bit operating > system. > > I did try this location but couldn't find the new version.

Re: [Pytables-users] ANN: PyTables 2.4.0 beta1

2012-07-07 Thread Christoph Gohlke
Looks good. Only one test failure on win-amd64-py2.7 (attached). Christoph On 7/7/2012 11:47 AM, Antonio Valentino wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 === Announcing PyTables 2.4.0b1 === We are happy to announce PyTables 2.4.0b1

Re: [Pytables-users] ANN: PyTables 2.4.0 beta1

2012-07-08 Thread Christoph Gohlke
ttached script on > your machine? > > thanks in advance > > > > Il 07/07/2012 21:18, Christoph Gohlke ha scritto: >> Looks good. Only one test failure on win-amd64-py2.7 (attached). >> >> Christoph >> >> On 7/7/2012 11:47 AM, Antonio Va

Re: [Pytables-users] ANN: PyTables 2.4.0 beta1

2012-07-08 Thread Christoph Gohlke
I submitted a PR at <https://github.com/PyTables/PyTables/pull/161> Christoph On 7/8/2012 10:06 AM, Antonio Valentino wrote: > Hi Christoph, > > Il 08/07/2012 18:21, Christoph Gohlke ha scritto: >> Hi Antonio, >> >> here's the stderr output: >>

Re: [Pytables-users] New find_library('hdf5dll.dll') call fails in frozen app

2012-08-27 Thread Christoph Gohlke
On 8/27/2012 9:42 AM, Antonio Valentino wrote: > Hi Stuart, > > Il 27/08/2012 17:43, Stuart Mentzer ha scritto: >> Hello, >> >> I upgraded to PyTables 2.4.0 and I was "freezing" an application on Windows >> with PyInstaller. The frozen app fails at this new find_library call in >> __init__.py: >>

Re: [Pytables-users] New find_library('hdf5dll.dll') call fails in frozen app

2012-08-27 Thread Christoph Gohlke
On 8/27/2012 10:58 AM, Stuart Mentzer wrote: > On 8/27/2012 1:22 PM, Christoph Gohlke wrote: >> On 8/27/2012 9:42 AM, Antonio Valentino wrote: >>> Hi Stuart, >>> >>> Il 27/08/2012 17:43, Stuart Mentzer ha scritto: >>>> Hello, >>>&g

Re: [Pytables-users] ANN: numexpr 2.1 RC1 available!

2013-04-14 Thread Christoph Gohlke
On 4/14/2013 1:19 PM, Francesc Alted wrote: > >Announcing Numexpr 2.1RC1 > > > Numexpr is a fast numerical expression evaluator for NumPy. With it, > expressions that operate on arrays (like "3*a+4*b") are accelerated > and use less mem