A Friday 01 February 2008, Maarten Sneep escrigué:
> Hi,
>
> I'd like to link my application as much as possible with static
> libraries for use on a grid. The idea is to install numpy and
> pytables (and other non-standard modules) in a local directory and
> copy that directory to the grid machine, adding it to the PYTHONPATH
> variable.
>
> It would be helpful if the pytables module could be linked using the
> static HDF5 library, as that would save headaches of messing with
> LD_RUN_PATH. Is that possible, or do you have other suggestions?

I've tried to do this once, but failed.  However, I remember to have 
recently read somewhere that people can link extensions with static 
libraries as long as you recompile the Python interpreter with them.  
However, I can't remember where I read this, so do not take my word for 
it!.  Perhaps your best bet would be to ask in the Python list, I'm 
sure that somebody will be able to provide an answer.

Good luck!

-- 
>0,0<   Francesc Altet     http://www.carabos.com/
V   V   Cárabos Coop. V.   Enjoy Data
 "-"

-------------------------------------------------------------------------
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
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to