On Thursday 22 May 2014 11:06:57 Ricardo Dislich wrote: > I tried exactly the knitr.lyx file shipped with LyX, available from the > menu Help -> Specific Manuals -> Knitr > > At first, LyX informed I did not have the needed converters. After I > defined them in Preferences, I was able to click the View button, and then > got the error message you can see in the screenshot below: > > [image: Imagem inline 1] > > Ricardo
It seems that you have the wrong converters. :-( What do you get when you go to Tools->Preferences->File Handling->Converters >From "Rnw (knitr)" to "LaTeX (pdflatex)" The converter I have is: Rscript --verbose --no-save --no-restore $$s/scripts/lyxknitr.R $$p$$i $$p$$o $$e $$r and I suspect that you have: python -tt $$s/lyx2lyx/lyx2lyx -c big5 $$i > $$o that seems to be the problem... -- José Abílio