View previous topic :: View next topic |
Author |
Message |
Beastly n00b
Joined: 09 Feb 2015 Posts: 2
|
Posted: Mon Feb 09, 2015 10:59 am Post subject: [erledigt] layman python Problem |
|
|
Hallo
Ich wollte mit layman ein chatclient laden und bekomme diese Ausgabe
Code: | # layman -l
Traceback (most recent call last):
File "/usr/lib64/python3.4/site-packages/layman/dbbase.py", line 157, in read
document = ET.fromstring(text)
File "/usr/lib64/python3.4/xml/etree/ElementTree.py", line 1326, in XML
return parser.close()
xml.etree.ElementTree.ParseError: no element found: line 1, column 0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.4/layman", line 45, in <module>
main()
File "/usr/lib64/python3.4/site-packages/layman/cli.py", line 197, in __call__
result += getattr(self, action[1])()
File "/usr/lib64/python3.4/site-packages/layman/cli.py", line 388, in ListLocal
width=list_printer.width)
File "/usr/lib64/python3.4/site-packages/layman/api.py", line 364, in get_info_list
return self._get_installed_db().list(verbose=verbose, width=width)
File "/usr/lib64/python3.4/site-packages/layman/api.py", line 585, in _get_installed_db
self._installed_db = DB(self.config)
File "/usr/lib64/python3.4/site-packages/layman/db.py", line 62, in __init__
ignore=ignore,
File "/usr/lib64/python3.4/site-packages/layman/dbbase.py", line 111, in __init__
self.read_file(path)
File "/usr/lib64/python3.4/site-packages/layman/dbbase.py", line 143, in read_file
self.read(document, origin=path)
File "/usr/lib64/python3.4/site-packages/layman/dbbase.py", line 158, in read
except xml.parsers.expat.ExpatError as error:
AttributeError: 'module' object has no attribute 'parsers'
|
Ich habe schon versucht layman und python neu zu installieren, python-updater gestartet und nix hat geholfen.
Kennt einer dieses Problem und evetnuell einen Lösungsansatz/weg?
Last edited by Beastly on Thu Feb 19, 2015 9:58 am; edited 1 time in total |
|
Back to top |
|
|
Josef.95 Advocate
Joined: 03 Sep 2007 Posts: 4669 Location: Germany
|
|
Back to top |
|
|
Beastly n00b
Joined: 09 Feb 2015 Posts: 2
|
Posted: Thu Feb 19, 2015 9:59 am Post subject: |
|
|
Josef.95 wrote: |
Beastly,
es wäre nett wenn du deine Crosspostings mit aktualisieren würdest, das macht es für alle einfacher.
Danke |
Oh, Schuldigung, war keine Absicht, hatte ich vergessen zu machen, sorry.
Ja wurde durch neuinstall behoben und läuft nun wie es soll |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|