On 22 mrt 2008, at 00:56, David Worrall wrote: > v2.0 builds, installs and runs on Intel MacBook Pro under Leopard > 10.5.2 > and Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53) [GCC 4.0.1 > (Apple Computer, Inc. build 5363)] on darwin > with > * Found numpy 1.0.4 package installed. > * Found HDF5 headers at ``/usr/local/HDF5/hdf5-1.6.5/hdf5/include``, > library at ``/usr/local/HDF5/hdf5-1.6.5/hdf5/lib``. > * Could not find LZO 2 headers and library; disabling support for it. > * Could not find LZO 1 headers and library; disabling support for it. > * Found bzip2 headers at ``/usr/include``, library at ``/usr/lib``.
The libraries installed by Alex look a lot like they came from the SciPy SuperPack [1] installer. This packages requires the standard Apple-supplied Python, and I never managed to install PyTables succesfully with that combination either. [1] http://trichech.us/?page_id=5 > > On 22/03/2008, at 9:26 AM, Alex Olivas wrote: > >> I just built pytables and hdf5 on my Intel Mac and ran the tests >> and got two failures. Here's my system information : >> >> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- >> =-=-=-= >> PyTables version: 2.0.3 >> HDF5 version: 1.8.0 >> NumPy version: 1.0.5.dev4851 >> Zlib version: 1.2.3 >> BZIP2 version: 1.0.4 (20-Dec-2006) >> Python version: 2.5.1 (r251:54863, Feb 4 2008, 21:48:13) >> [GCC 4.0.1 (Apple Inc. build 5465)] >> Platform: darwin-i386 >> Byte-ordering: little >> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- >> =-=-=-= >> >> This is the output of the tests: >> >> = >> ===================================================================== >> FAIL: Checking representation of a nested Table >> ---------------------------------------------------------------------- >> Traceback (most recent call last): >> File "tables/tests/common.py", line 247, in newmethod >> return oldmethod(self, *args, **kwargs) >> File "tables/tests/test_nestedtypes.py", line 700, in test00a_repr >> """) >> AssertionError >> >> = >> ===================================================================== >> FAIL: Checking representation of a nested Table >> ---------------------------------------------------------------------- >> Traceback (most recent call last): >> File "tables/tests/common.py", line 247, in newmethod >> return oldmethod(self, *args, **kwargs) >> File "tables/tests/test_nestedtypes.py", line 700, in test00a_repr >> """) >> AssertionError >> >> ---------------------------------------------------------------------- >> Ran 5746 tests in 61.240s >> >> FAILED (failures=2) >> >> If anyone has any ideas about how to solve this I would appreciate >> it. >> Thanks, >> Alex. >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Pytables-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/pytables-users >> > > _________________________________________________ > experimental polymedia: www.avatar.com.au > Sonic Communications Research Group, > University of Canberra: creative.canberra.edu.au/scrg > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Pytables-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pytables-users > The lethal dose of cannabis is a 2-kilo block dropped on your head from the 25th floor of a high-rise building. In other words - cannabis can't kill you, it is not a poison like alcohol, and not addictive like cigarettes. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
