Re: [Fink-devel] Quick python question

2010-10-22 Thread Ebrahim Mayat
On Oct 22, 2010, at 9:52 AM, Alexander Hansen wrote: > (you would have been better off to copy /usr/lib/libpython2.5.dylib) > > It's normal not to have /usr/lib/python2.5/config/libpython2.5.dylib. > Your script is appropriate for Fink's python2X, which install in > %p/lib/python2.X/config, but n

Re: [Fink-devel] Quick python question

2010-10-22 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/22/10 9:15 AM, Ebrahim Mayat wrote: > HELLO ALL > > While running a simple configuration test: > > for i in "$python_path/lib/python$PYTHON_VERSION/config/" > "$python_path/lib/python$PYTHON_VERSION/" "$python_path/lib/python/ > config/" "$p

[Fink-devel] Quick python question

2010-10-22 Thread Ebrahim Mayat
HELLO ALL While running a simple configuration test: for i in "$python_path/lib/python$PYTHON_VERSION/config/" "$python_path/lib/python$PYTHON_VERSION/" "$python_path/lib/python/ config/" "$python_path/lib/pytho$ python_path=`find $i -type f -name libpython $PYTHON_VERSION.*