Talk:Bleed, create markers and export a document to pdf: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
 
m (Great script Tanks)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
Unfortunately the script does not work here:
== charsToChange ==
<pre>
How do I get to the list of chars that cause problems on linux? TIA,--[[User:Hhielscher|Hhielscher]] 02:58, 13 December 2006 (CET)
Traceback (most recent call last):
 
  File "<string>", line 9, in ?
== Great script Tanks ==
  File "/home/helge/Desktop/Documents/Scribus/bleed.py", line 758, in ?
 
    main()
Worked beautifully on 1 page doc.
  File "/home/helge/Desktop/Documents/Scribus/bleed.py", line 289, in main
Will test on multi page document.
    xmldoc = minidom.parse(tmpFileName)
  File "/usr/lib/python2.4/site-packages/_xmlplus/dom/minidom.py", line 1915, in parse
    return expatbuilder.parse(file)
  File "/usr/lib/python2.4/site-packages/_xmlplus/dom/expatbuilder.py", line 926, in parse
    result = builder.parseFile(fp)
  File "/usr/lib/python2.4/site-packages/_xmlplus/dom/expatbuilder.py", line 207, in parseFile
    parser.Parse(buffer, 0)
ExpatError: reference to invalid character number: line 2238, column 307
</pre>

Latest revision as of 23:23, 13 December 2006

charsToChange

How do I get to the list of chars that cause problems on linux? TIA,--Hhielscher 02:58, 13 December 2006 (CET)

Great script Tanks

Worked beautifully on 1 page doc. Will test on multi page document.