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.* -print | sed "1q"`
                 if test -n "$python_path" ; then
                         break
                 fi
         done

I got the following error:

checking for Python library path... error: cannot find Python library  
path

Then I realized that "libpython2.5.dylib" was missing from my system / 
usr/lib/python2.5/config/ directory


$ ls /usr/lib/python2.5/config
Makefile                Setup.config            config.c                
install-sh              python.o
Setup                   Setup.local             config.c.in             
libpython2.5.a          makesetup

$ ls /sw/lib/python2.5/config
Makefile                Setup.config            config.c                
install-sh              libpython2.5.dylib       
python.o
Setup                   Setup.local             config.c.in             
libpython2.5.a          makesetup

Copying (as root) the fink libpython2.5.dylib to /usr/lib/python2.5/ 
config/ solved my problem.

My question is: Is my system python installation normal (i.e. without  
libpython2.5.dylib) or do I have a faulty installation ?

Many Thanks.
Ebrahim


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Fink-devel mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to