PML Errors

error in line 0: Traceback (innermost last):
  File "/home/gerardi/Desktop/work/pisa/sx/pisa2/pml.py", line 365, in __init__
  File "/usr/lib/python2.7/dist-packages/reportlab/platypus/doctemplate.py", line 1036, in build
    self.handle_flowable(flowables)
  File "/usr/lib/python2.7/dist-packages/reportlab/platypus/doctemplate.py", line 892, in handle_flowable
    if frame.add(f, canv, trySplit=self.allowSplitting):
  File "/usr/lib/python2.7/dist-packages/reportlab/platypus/frames.py", line 167, in _add
    w, h = flowable.wrap(aW, h)
  File "/usr/lib/python2.7/dist-packages/reportlab/platypus/para.py", line 1272, in wrap
    laststate, heightused) = p.format(availableWidth, availableHeight, program, leading)
  File "/usr/lib/python2.7/dist-packages/reportlab/platypus/para.py", line 158, in format
    usedIndent, maxLength, justStrings) = self.fitLine(remainder, maxwidth)
  File "/usr/lib/python2.7/dist-packages/reportlab/platypus/para.py", line 452, in fitLine
    raise ValueError("op must be string, float, instance, or tuple "+repr(opcode))
 ValueError: op must be string, float, instance, or tuple u'spirito '

PML Sourcecode

        
                
        








<document author="spirito gmbh" format="a4">

    

    <fontembed
        afm="/pdft/DINLt___.afm"
        pfb="/pdft/DINLt___.pfb"
        name="DIN-Light">
    <fontembed
        afm="/pdft/DINMd___.afm"
        pfb="/pdft/DINMd___.pfb"
        name="DIN-Medium">

    <style type="text/css">
    <!--

        .default {
            font-family: DIN-Light;
        }

        p {
            font-family: DIN-Light;
        }

        li {
            font-family: DIN-Light;
        }

        ul {
            font-family: DIN-Light;
        }

        div {
            font-family: DIN-Light;
        }

        strong {
            font-family: DIN-Medium;
        }

        h1 {
            font-family: DIN-Medium;
            font-size: 16px;
            margin-top: 8px;
            margin-bottom: 8px;
        }

        h2 {
            font-family: DIN-Medium;
            font-size: 13px;
            margin-top: 8px;
            margin-bottom: 8px;
        }

        a {
            font-family: DIN-Light;
            color: #FF9900;
        }

        .bottom {
            font-family: DIN-Light;
            font-size: 8px;
            color: #555555;
        }

    -->
    </style>

    <template background="/pdft/meta07.pdf">

        <frame box="2,5cm 6,8cm 15cm -4cm" border=0>

        <static box="15cm -1,5cm -2,5cm 5cm">
            <p align="right" class="bottom">
            Seite <pagenumber example="0">
        </static>

        <static box="2,5cm -1,5cm -1cm 5cm">
            <p class="bottom">
                spirito GmbH
                    + Otawistr 19
                    + 47249 Duisburg
                    + Tel: 0203 / 318 77 77
                    + team@spirito.de
                    + www.spirito.de
                <br>
                    Diese Seite wurde automatisch am 23.04.2024
                    mit unserem Produkt "pisa" generiert.
                    http://pisa.by.spirito.de
        </static>

    </template>

    <div id="crumb">
        
<a href="http://www.spirito.de/index.html">spirito</a> / <a href="http://www.spirito.de/pwelba/index.html?idd=6">Thema</a> / <a href="http://www.spirito.de/pwelba/index.html?idd=106">AJAX</a>

    </div>

    
<!-- #BeginEditable "output" -->

<h1>AJAX</h1>
<a href="http://de.wikipedia.org/wiki/Ajax_%28Programmierung%29" target="_blank" title="Wikipedia AJAX">AJAX</a>
(Asynchronous JavaScript and XML) ist das neue Schlagwort für
dynamische Internetauftritte, bei denen nicht mehr immer ganze Seiten
neu geladen werden, sondern eine Seite im Hintergrund mit einem Server
kommuniziert und Teilinformationen der Seite austauscht. <p></p><p>Natürlich bedienen auch wir uns dieser hochaktuellen Technologie und haben mit der Fotocommunity <a href="http://www.townpictures.de" target="_blank" title="">Townpictures.com</a> ein attraktives Projekt realisiert, dass viele dieser neuen Möglichkeiten benutzt. </p><p>So
werden z.B. dynamisch Karten von GoogleMaps eingebunden, bei Einträgen
ins Gästebuch alle Aktionen im Hintergrund ausgeführt und beim
Aufklappen von Einträgen nur die Teile der Seite nachgeladen, die
notwendig sind. So kommt mehr Bewegung auf die Website und der Benutzer
bekommt ein angenehmes Gefühl bei der Bedienung.&nbsp;</p><p>In Kürze werden wir unsere technischen Erkenntnisse und Erfahrungen unter dem Projekt <a href="http://www.ajaxcookbook.com" target="_blank" title="">AJAX Cookbook</a> auch mit anderen Interessierten Kollegen teilen.&nbsp;</p><p>Sprechen Sie uns gerne an, wenn auch Sie interessiert sind an
der Integration dieser Technologie in ihrem Intranet oder auf Ihrer
Website.
<!-- #EndEditable --> 


</document>