AttributeError: module 'dom' has no attribute 'css' #2

Open
opened 2024-09-30 23:35:47 +02:00 by neox · 0 comments
Collaborator

En tentant d'exécuter :

=(^-^)=webmaster@www2:~/www.a-lec.org$ tyto new domain www.a-lec.org

J'obtiens :

=(^-^)=webmaster@www2:~/www.a-lec.org$ tyto new domain www.a-lec.org
Traceback (most recent call last):
  File "/usr/bin/tyto", line 65, in <module>
    import check, form, html, new, publish, show, wip, infos, creators
  File "/var/lib/tyto/program/check.py", line 39, in <module>
    import args, dom, logs, status, db, form, tyto, langs, wip, html
  File "/var/lib/tyto/program/db.py", line 37, in <module>
    import args, logs, dom, form, tyto, check, publish
  File "/var/lib/tyto/program/form.py", line 40, in <module>
    import logs, dom, tyto, html, show, langs
  File "/var/lib/tyto/program/tyto.py", line 118, in <module>
    '<strong class="%s">'%dom.css, '</strong>',
AttributeError: module 'dom' has no attribute 'css'

J'utilise Tyto v1.0.0

En tentant d'exécuter : ``` =(^-^)=webmaster@www2:~/www.a-lec.org$ tyto new domain www.a-lec.org ``` J'obtiens : ``` =(^-^)=webmaster@www2:~/www.a-lec.org$ tyto new domain www.a-lec.org Traceback (most recent call last): File "/usr/bin/tyto", line 65, in <module> import check, form, html, new, publish, show, wip, infos, creators File "/var/lib/tyto/program/check.py", line 39, in <module> import args, dom, logs, status, db, form, tyto, langs, wip, html File "/var/lib/tyto/program/db.py", line 37, in <module> import args, logs, dom, form, tyto, check, publish File "/var/lib/tyto/program/form.py", line 40, in <module> import logs, dom, tyto, html, show, langs File "/var/lib/tyto/program/tyto.py", line 118, in <module> '<strong class="%s">'%dom.css, '</strong>', AttributeError: module 'dom' has no attribute 'css' ``` J'utilise Tyto v1.0.0
echolib was assigned by neox 2024-09-30 23:35:52 +02:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: echolib/tyto-litterateur#2
No description provided.