On Friday 06 July 2007 23:21:24 Jean-Marc Lasgouttes wrote: > I received this from the NetBSD and OpenBSD maintainers. José, is there > something we can do about python?
I am not sure if it is worth it. First LyX does not care about python file headers, we always call python directly. Those headers are only useful for developer who don't need to call python directly each time. It is the reason of placing #!/bin/sh as the first line of a shell script, make it executable and then call: ./my-script.sh instead of sh my-script.sh The call for python is made over src/support/os.cpp so all further configurations should be done there. We need to change configure.ac and companions and the use config.h to configure os.cpp to use the choose python. > JMarc -- José Abílio