> The problem you have is that your system action for python files is to 
> open them in notepad++. I have the same, esp. since I do not have python 
> installed on my machine.
> 
> What happens if you add python to the path (the system one, not the lyx 
> one) ?
> 
> To go around this issue (which hopefully is fixed in 1.6.5 just 
> released), I set my LyX->HTML converter command to:
> python -tt $$s/scripts/elyxer.py --directory $$r $$i $$o

My solution was to do the "Elegant" installation and to use:
python -m elyxer --debug --directory $$r $$i $$o

This calls elyxer correctly.  The problem I am now experiencing appears to be a
bug in the processing of my bibtex file.  I have started a bug report at:
http://savannah.nongnu.org/bugs/?28220

Perhaps someone with a better/functioning installation should start a bug report
for the issue where images do not copy correctly.

-Ken

Reply via email to