On Wed, Mar 7, 2012 at 7:03 PM, Rob Oakes <rob.oa...@oak-tree.us> wrote:
> Dear Users and Developers,
>
> First off, thank you to everyone who sent me documents over the weekend.
> I was able to make a lot of tweaks to word2lyx based on what you sent me.
>
> With that hurdle out of the way, I think it's ready to release it into
> the wild. If you'd like to download a copy of it, you can download the
> code from:
>
> http://oak-tree.us/stuff/LyX/word2lyx-01.zip
>
> A brief write-up of the features and usage can be found at:
>
> http://www.oak-tree.us/2012/03/07/word2lyx01-2/
>
> If you download it and find it useful, please let me know. If you
> download it and have problems, also please let me know. (Mostly so I can
> fix the problems.)

I'm very interested in this -- thanks for undertaking the project.
However, I can't even get it started. On Mac (10.6.8), calling
word2lyx from the Terminal, I get the following:

> ./word2lyx.py ./Example-Word2LyX.docx test.lyx
Traceback (most recent call last):
  File "./word2lyx.py", line 13, in <module>
    from docx import read as docxread
  File "/Users/bennett/Downloads/word2lyx/docx/read.py", line 10, in <module>
    from parser import ElementTree as etree
  File "/Users/bennett/Downloads/word2lyx/docx/parser.py", line 13, in <module>
    class etree_element(ElementTree.Element):
TypeError: Error when calling the metaclass bases
    function() argument 1 must be code, not str

Am I doing anything wrong?

BH

Reply via email to