From: Magnus L. <ma...@th...> - 2003-03-18 01:25:07
|
I'm trying to use the pythonpoint thingie in the sandbox, but it seems parse() in parsers/rst/__init__() assumes that documents have a .tab_with attribute which isn't there... Anyone know what this is all about? ...\sandbox\richard\pythonpoint>pythonpoint.py example_slides.txt Traceback (most recent call last): File "...\sandbox\richard\pythonpoint\pythonpoint.py", line 347, in ? main(sys.argv[1]) File "...\sandbox\richard\pythonpoint\pythonpoint.py", line 336, in main parser.parse(input, document) File "...\site-packages\docutils\parsers\rst\__init__.py", line 116, in parse inputlines = docutils.statemachine.string2lines( AttributeError: Values instance has no attribute 'tab_width' I'm using the CVS trunk and ActivePython 2.2 on Win2k. -- Magnus Lycka, Thinkware AB Alvans vag 99, SE-907 50 UMEA, SWEDEN phone: int+46 70 582 80 65, fax: int+46 70 612 80 65 http://www.thinkware.se/ mailto:ma...@th... |