On 11 June 2010 04:31, Nils Wagner <nwag...@iam.uni-stuttgart.de> wrote:
> Hi all,
>
> I have successfully installed lzo2.03
> http://www.oberhumer.com/opensource/lzo/
>
> using
>
> ./configure --prefix=$HOME/local
> make
> make install
>
> How do I configure pytables in order to detect the lzo
> header files in /home/nwagner/local/include/lzo  ?
>
> Can I use a site.cfg file ?

Possibly, though a simpler way may be to pass the --lzo option to configure:

python setup.py install --prefix=$HOME/local --lzo=$HOME/local

See here

http://www.pytables.org/docs/manual/ch02.html#sourceInstallationDescr

for more details. You may want to build and test before installing.

Tony

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to