Errores #70
Python version erro when "make deb"
| Status: | Resuelta | Start: | 07/15/2009 | |
|---|---|---|---|---|
| Priority: | Urgente | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Python | |||
| Target version: | 0.5.0 |
Description
My Python default version is 2.6 (/usr/bin/python points to python2.6).
However after "make deb" I get into problems since YASS expects ersion 2.5 (and pjproject Python wrappers are also installed in python2.5 dir).
I suggest to force python2.5 by ivoking it directly (instead of just "python").
History
Updated by Saúl Ibarra Corretgé over 2 years ago
- Status changed from Nueva to Resuelta
Fixed. In the Makefile python2.5 binary is now forced. I forgot to change it a few commits ago :-/
Thanks for the report!