Thank you for elyxer. Running OS X 10.4.11 Tiger PPC with a Fink installed Python 2.5.2 in /sw/bin/python.
I dropped a copy of elyxer into /usr/local/bin with the appropriate owners and permissions. I tried to process ~60 page document, book class, dozens of PNG floating graphics, TOC, List of Figures, cross references. It's a pretty generic technical document. Lots of errors like this: Parsing line 3000 Image images3/tweakui/my not found Image images3/tweakui/internet not found Error at 3246: \begin_deeper Error at 3265: \end_deeper Output html file had no graphics and no TOC. -- Rich On Thu, Mar 12, 2009 at 8:18 PM, Alex Fernandez <alejandro...@gmail.com> wrote: > Hi, Joachim, > >> OK, I dared to download and uncompress it. > > Great, another brave soul! > >> And proceeded to the first step, with the response: >> >> joachim$ ../elyxer userguide.lyx userguide2.html >> File "../elyxer", line 21 >> @classmethod >> ^ >> SyntaxError: invalid syntax > > It seems that your Python is not understanding the decorator syntax > for classmethods, which were introduced in Python 2.4: > http://pyref.infogami.com/classmethod > The following command would verify that this is indeed the problem: > $ python --version > >> Might be because of Mac-OSX (as you "haven’t tested it on Mac OS X")??? > > You are right: >> MacBook Pro OSX 10.4.11 Tiger > > It would appear that Tiger comes with a Python 2.3 version. It is easy > to upgrade to a more current version: > http://www.python.org/download/mac/ > I would commit to make eLyXer work with Tiger, but only if you are > willing to be the guinea pig -- I don't have a Python 2.3 installation > and don't have the resources to create one. What do you think? > >> Just to report it. > > Thanks! > > Alex. >