On 17.01.2011 03:01, Enrico Forestieri wrote:
On Mon, Jan 17, 2011 at 08:45:45AM +0800, hzluo wrote:
In addition to this exact path_prefix problem, it causes another
problem on Windows:
If the external uitility is a .bat/.cmd wrapper, it will fail. For
example, ps2pdf13 is a wrapper in gs/lib dir on Windows Ghostscript.
I have to fix the configure.py to specially detect .bat/.cmd
utilities and prefix "cmd.exe /c" before it. So may it be possible
to return to system(), or may we have a better fix?
Does the attached patch help?
Have we more disdvantages than advantages using QProcess?
Should we drop it? It would save us much time staying
single threaded.
Peter