Georg Baum wrote: > Another lyx2lyx problem is that the "import as" syntax is not > supported by python 1.5. I need that to avoid a name clash between > string.join and os.path.join. I am sure our python expert has a > solution.
Use string.join(...) and path.join(...) -- Angus