Modelle

Modelle

Webseite für Modelle, nur im Änderungsmodus sichtbar.




© 2023 Prof. Dr. phil. habil. Michael Giesecke

Exception: SyntaxError
Traceback (most recent call last):
  File "/mnt/web621/a3/46/566346/htdocs/start_test/lexikon/blog.py", line 187, in prepare_elem
    str1 = conv1(str1)
           ^^^^^^^^^^^
  File "/mnt/web621/a3/46/566346/htdocs/start_test/lexikon/db.py", line 681, in conv1
    str1 = _do_replace(text)
           ^^^^^^^^^^^^^^^^^
  File "/mnt/web621/a3/46/566346/htdocs/start_test/lexikon/db.py", line 634, in _do_replace
    return generate_plantuml(text)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/mnt/web621/a3/46/566346/htdocs/start_test/lexikon/db.py", line 695, in generate_plantuml
    from . import plantuml as p
  File "/mnt/web621/a3/46/566346/htdocs/start_test/lexikon/plantuml.py", line 12, in 
    import httplib2
  File "/mnt/web621/a3/46/566346/htdocs/start_test/httplib2/__init__.py", line 911
    print "connect: (%s, %s) ************" % (self.host, self.port)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?