Vincent van Ravesteijn - TNW wrote:
'start /min pdfview "/path/to/doc.pdf"'
At least, my pdf is correctly generated.
Vincent
Maybe PATH is different when using QProcess and therefore could not
find pdfview.
Also quotations are critical because QProcess does maybe its own
"corrections" to the parameters.
This is the culprit. All parameters like $$i and $$o are enclosed in \'
.
Not working here too.
Kornel
To be clear, the single quotes were mine. They aren't causing the
problem.
Yep, and I already tried to replace single quotes with double and still,
python won't proceed, same for svn. This is really weird. I tried:
python2.5 -tt "/home/younes/devel/lyx/trunk/lib/configure.py"
--with-version-suffix=2.0
/usr/bin/python2.5 -tt "/home/younes/devel/lyx/trunk/lib/configure.py"
--with-version-suffix=2.0
python -tt "/home/younes/devel/lyx/trunk/lib/configure.py"
--with-version-suffix=2.0
Abdel