Ken wrote:
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
I would strongly advise you to install 1.6.5 if you can. It should have
a working elyxer integration for machines without python installations.
And bug-fixes, etc.
Perhaps someone with a better/functioning installation should start a bug report
for the issue where images do not copy correctly.
I have been communicating with email with Alex successfully in the past
months (image size has not been a bed of roses since 0.34) and it has
always productive. I'm not really willing to open yet-another bugzilla
account, if the "good-old" email works.
Best regards,
Olivier
-Ken