Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #59461

Re: python 2.7.x on MacOSX: failed dlopen() on .so's

From Ned Deily <nad@acm.org>
Subject Re: python 2.7.x on MacOSX: failed dlopen() on .so's
Date 2013-11-14 10:36 -0800
References (2 earlier) <1384383583.3496.505.camel@pdsdesk> <CDF80417-B552-488E-8FC9-BF84CA32AA78@acm.org> <1384392275.2758.153.camel@homebase> <668AB11B-465D-43DD-949E-71D421985EEB@acm.org> <1384442536.3496.532.camel@pdsdesk>
Newsgroups comp.lang.python
Message-ID <mailman.2613.1384454231.18130.python-list@python.org> (permalink)

Show all headers | View raw


In article <1384442536.3496.532.camel@pdsdesk>,
 Paul Smith <paul@mad-scientist.net> wrote:
[...]
> By relocatable I mean "runnable from any location"; i.e., not fixed.  I
> have a wrapper around the Python executable that can compute the correct
> root directory and set any environment variables or add flags or
> whatever might be needed.

In that case, the python.org installer may not be a good choice.  You should 
be to accomplish what you want by building your own Python.   You'll probably 
find you were getting tripped up by unnecessarily setting environment 
variables.  Good luck!

-- 
 Ned Deily,
 nad@acm.org

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: python 2.7.x on MacOSX: failed dlopen() on .so's Ned Deily <nad@acm.org> - 2013-11-14 10:36 -0800

csiph-web