File "pqFlow.py", line 375, in reflowDocument
self.theRealReflow(topBlock,endBlock)
File "pqFlow.py", line 601, in theRealReflow
fixPageBreaks(listOfBreaks)
File "pqFlow.py", line 1206, in fixPageBreaks
IMC.pageTable.setPosition(i).setPosition(p)
TypeError: setPosition() takes exactly 3 arguments (2 given)
Traceback (most recent call last):
File "pqFlow.py", line 375, in reflowDocument self.theRealReflow(topBlock,endBlock) File "pqFlow.py", line 601, in theRealReflow fixPageBreaks(listOfBreaks) File "pqFlow.py", line 1206, in fixPageBreaks IMC.pageTable.setPosition(i).setPosition(p) TypeError: setPosition() takes exactly 3 arguments (2 given)
The two setPosition look suspicious :)