Enrico Forestieri wrote: > 2) Every time Systemcall::startscript() is called with a command starting > exactly as "python -tt", the "python" string is replaced with the name > of the "good" python, e.g., "python -tt" -> "python2.6.8 -tt".
Yep, but there are parts of code like preview machinery which run ForkedCall::startScript() and then no python substitution is called. Intended or bug? Pavel