A Saturday 17 July 2010 21:37:34 rif escrigué:
> Hi all.
> 
> I am trying to install pytables for third party use inside of Google.  We
> have our own cust build system, which means that I can't just run setup.py,
> but instead have to write a custom script for our build system.  I feel
>  like I'm quite close to get it working --- I build and link all the
>  extensions. However, when I try to run the test_tables program to see if
>  everything's working, I run into problems.
> 
> Tracing as far as I can, the first problem happens inside utilsExtension.c,
> at the line:
> 
>   __pyx_t_3 = PyInt_FromLong(H5T_STD_B8LE);
> 
> which, looking at the intermediate output, I guess gets translated into a
> call to:
> 
>   __pyx_t_3 = PyInt_FromLong((H5open(), H5T_STD_B8LE_g));

What do you mean by "intermediate output" exactly?

> and this produces a ton of errors, attached below.  My hope is this is
> something simple, like I'm short an include path or a compiler flag, but
> I've looked up at the setup.py [the source of solutions to most other
> problems I encountered] and I'm not seeing anything.  Note that I custom
> installed hdf5 too, so it could be on that side for all I know.  Any help
>  is most appreciated.
> 
> [I get more errors from later calls, and eventually the whole thing
>  crashes, but I'm hoping it's just one problem that I can attack at the
>  place it first appears.]
[clip]

Mmh, no idea of what could be wrong there.  The errors you are getting seem 
related with HDF5 to me.  HDF5 comes with tests too, so I'd suggest to run 
them.  That will hopefully help isolating the problem.

-- 
Francesc Alted

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to