Hi Murray, > Of course that won't work in Windows, since Windows doesn't know that elyxer > is a python script. So I did two things: First, I changed the name from > "elyxer" to "elyxer.py". And second, I tried this command: > > python -c ../elyxer.py userguide.lyx userguide.html
I'm by no means an expert, but according to: http://docs.python.org/dev/using/cmdline.html#using-on-cmdline you just have to drop the -c. So it seems it should be: $ python ..\elyxer.py userguide.lyx userguide.html (I don't have a Windows installation to try it on, sorry.) > Once again, I'm stymied by something allegedly ported from *nix to Windows > and either not working as it should or else not documented correctly. I am sorry if I gave that impression; in fact it has not been tested on Windows. If you don't mind you can be the test subject for running eLyXer on Windows. > What's the fix (beside fixing me_? First try that command. Then we can try the next step. Alex.
