El dg 05 de 03 del 2006 a les 20:56 -0700, en/na Waldemar Osuch va
escriure:
> On 3/4/06, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> > Hello!
> >
> > I am trying to install pytables on windows xp pro
> >
> > Here is what I've downloaded and installed:
> > python-2.4.2
> > numarray-1.5.1
> > numeric-24.2
> >
> > dlls of:
> > ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/bin/windows/5-165-win-net.zip
> > ftp://ftp.ncsa.uiuc.edu/HDF/lib-external/szip/2.0/bin/windows/xp-net/szip20-win-xpnet-enc.tar.gz
> > ftp://ftp.ncsa.uiuc.edu/HDF/lib-external/zlib/1.2/bin/zlib122-windows.tar.gz
> >
> > and of course pytables-1.2.3 for python-2.4
> >
> 
> I have had similar experience after the upgrade.
> I have described it a few days ago in an email to the list.
> The cause of the crash in my case was a stale version of bzip2.dll
> that I happened to have in GTK/bin folder.

Yeah. I think Osuch is right. From PyTables 1.2.2 on, we have
implemented a new way to detect dynamic libraries in execution time.
Now, the new builds have support for both bzip2 and lzo libraries, so if
PyTables doesn't find the libraries then support for them is disabled
and nothing more should happen. However, if they are found anywere in
the system (that means, they are found in any location in the PATH),
then they are loaded. Of course, if this case, you will need to upgrade
to versions of bzip2 and lzo that are compatible with the versions that
have been compiled with the PyTables binaries (currently bzip2 1.0.3 and
lzo 1.0.8).

So, for those of you that are experiencing these sort of problems,
please, go to:

http://gnuwin32.sourceforge.net

and upgrade your dll's. This should solve this problem.

Thanks to Osuch for his feedback!

-- 
>0,0<   Francesc Altet     http://www.carabos.com/
V   V   Cárabos Coop. V.   Enjoy Data
 "-"




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to