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

_______________________________________________
Adonthell-general mailing list
Adonthell-general@nongnu.org
https://lists.nongnu.org/mailman/listinfo/adonthell-general

Reply via email to