From: Francesc A. <fa...@ca...> - 2005-11-09 10:48:29
|
Hi Remi, A Dimecres 09 Novembre 2005 10:59, v=E0reu escriure: > Hi, > I'm currently planning to add Dimension Scales to PyTables. Actually > Cyril Giraudon (do you remember him ?) told me about this idea, which > I think is a great one. Given that I've more time to spend working on > it than Cyril, I've decided to make it happen. Excellent news :-) > I first plan to limit myself to one dimensional Array objects, then > I'll extend it. I've had a look at PyTables sources, and to my mind > adding these Dimension Scale shouldn't be very big a problem. Sounds good > So my question is the following : how do you build "hdf5Extension.so" > ? Do you use a makefile, or is this build performed by the "setup.py"? It's very easy. Just issue a: python setup.py build_ext --inplace and distutils will be in charge of computing dependencies an recompile everything that is needed. Have in mind that you need Pyrex installed before doing this. The --inplace flag means that the extensions will be put in the tables/ directory so that you can do your tests without a need to install the complete beast (remember to add your working tables/ directory to your PYTHONPATH environment variable first). Good luck! =2D-=20 >0,0< Francesc Altet =A0 =A0 http://www.carabos.com/ V V C=E1rabos Coop. V. =A0=A0Enjoy Data "-" |