I've patched my current txt2tags (devel version with some beamer patch also I think), and while it's working fine with python 2.6.5 on Linux, I had some errors with python 2.5.5 skipped with cygwin on windows:
python ../txt2tags -t xhtml --toc --outfile sample_en.html sample_en.t2t Sorry! Txt2tags aborted by an unknown error. Please send the following Error Traceback to the author (########): Traceback (most recent call last): File "../txt2tags_old", line 5800, in <module> exec_command_line() File "../txt2tags_old", line 5794, in exec_command_line convert_this_files(infiles_config) File "../txt2tags_old", line 4723, in convert_this_files target_body, marked_toc = convert(source_body, myconf, firstlinenr=first_body_line) File "../txt2tags_old", line 5303, in convert line = add_inline_tags(line) File "../txt2tags_old", line 4797, in add_inline_tags line = parse_images(line) File "../txt2tags_old", line 4761, in parse_images txt = os.path.relpath(imgpath,os.path.dirname(CONF['outfile'])) AttributeError: 'module' object has no attribute 'relpath' --- En date de : Mer 21.4.10, Emmanuel Godard <[email protected]> a écrit : I have just added a patch for fixing recursive includes: http://code.google.com/p/txt2tags/issues/detail?id=27 Regards, Emmanuel
------------------------------------------------------------------------------
_______________________________________________ txt2tags-list mailing list https://lists.sourceforge.net/lists/listinfo/txt2tags-list
