adonthell-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Adonthell-general] Python library not found


From: Kai Sterker
Subject: Re: [Adonthell-general] Python library not found
Date: Tue, 5 Mar 2013 20:20:34 +0100

Hi Shirish,

see below.

> checking for a Python interpreter with version >= 2.0... python
> checking for python... /usr/bin/python
> checking for python version... 2.7
> checking for python platform... linux2
> checking for python script directory... ${prefix}/lib/python2.7/site-packages
> checking for python extension module directory...
> ${exec_prefix}/lib/python2.7/site-packages
> checking for Python header files... found
> checking for Python library... configure: error: *** Python library not found
>
> I know/knew that my python library is good but still went to check it.
>
> $ aptitude search python2.7-dev
> i A libpython2.7-dev
>     - Header files and a static library for Python (v2.7)
> i   python2.7-dev
>     - Header files and a static library for Python (v2.7)
>
> umm... can somebody look into it and lemme know if I've done something wrong ?

Can you execute the following two commands and post the result?

  apt-file search libpython2.7.so
  python -c 'import sys; print sys.prefix'

Regards,

Kai



reply via email to

[Prev in Thread] Current Thread [Next in Thread]