Hi Bob,

A Wednesday 04 February 2009, escriguéreu:
> Hi Francesc,
>
> I think this probably is of limited interest, so I'm writing only you
> instead of the numpy list.

You probably meant the pytables list ;-)  But don't be shy, no problem 
is of 'limited interest'.  Rest assured that sharing your problems with 
the community is the best way to help them (and be helped).

>
> I just installed HDF5 and pytables on two Macs running OSX 10.5.6,
> one Intel (MacBook Pro) and one PPC (dual G5).  The installations
> went smoothly.  However, when I execute
>
> PYTHONPATH=.:$PYTHONPATH  python -c "import tables; tables.test()"
>
> all tests pass on the Intel machine, but not on the PPC, unless I
> execute from the "tables-2.1" directory created by expanding the
> source tar file.  On the Intel, I can execute the tests successfully
> from any directory.
>
> Here are the summaries:
>
> for the PPC
> ---------------------------------------------------------------------
>- Ran 5747 tests in 164.089s
>
> FAILED (failures=658, errors=16)
>
> for the Intel
> ---------------------------------------------------------------------
>- Ran 6469 tests in 131.790s
>
> OK
>
> I suppose the problem is somewhere in the test procedure and not in
> the installation itself, since all tests pass if I am "in the right
> place" on the PPC.  (With the --heavy switch, there are of course
> more tests, but the behavior is the same.)
>
> Have you any ideas?

Mmh, this seems like a testing problem combined with an installation 
one.  The strange thing is why it depends on the processor...  Could 
you please send me the output of:

$ python -uc "import tables; tables.test(verbose=True)" 
&> /tmp/test-verbose.txt

If the test-verbose.txt file is too big, please send it to me 
personally.

> (And thank very much for all your informative 
> postings and hard work on the code!)

You are welcome!

-- 
Francesc Alted


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to