The configure script for labyrinth calls AM_PATH_PYTHON:
AM_PATH_PYTHON(2.4)
This looks for and finds (at minimum) 2.4 and should work properly with 2.5.  
The @PYTHONDIR@ insertion is figured out at buildtime from the information 
found using AM_PATH_PYTHON.  There is nothing in labyrinth that depends on 
python 2.4 (misleading comments and mistakes on the website aside).

I suspect the build system is using python-dev 2.4 to build labyrinth.
If this were the case, rebuilt using python-dev-2.5 and / or the Build-
Depends-Indep in debian/control was changed to use python-dev >= 2.5
everything would be hunky-dory.  I may well be wrong, but if someone
could test this out, it would be most appreciated.

When did python 2.5 become default in Feisty?  If it was after mid-
November (when labyrinth was uploaded) a rebuild should fix the issue.

-- 
Can't open the sucsessfully installed "Labyrinth Mind-mapping"
https://launchpad.net/bugs/86503

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to