You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use the standard xml library from main.py a ModuleNotFoundError is raised. This seems like a bug to me as other python standard modules import fine.
How to reproduce:
In main.py: import xml.etree.ElementTree
or import xml.dom
(Interestingly, from xml.sax.saxutils import quoteattr as quote_xml_attr works?)
Expected Behaviour
xml module is able to be imported and used
SteamOS version
3.4.4
Selected Update Channel
Stable
Have you modified the read-only filesystem at any point?
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Please confirm
Bug Report Description
When trying to use the standard xml library from
main.py
a ModuleNotFoundError is raised. This seems like a bug to me as other python standard modules import fine.How to reproduce:
In main.py:
import xml.etree.ElementTree
or
import xml.dom
(Interestingly,
from xml.sax.saxutils import quoteattr as quote_xml_attr
works?)Expected Behaviour
xml module is able to be imported and used
SteamOS version
3.4.4
Selected Update Channel
Stable
Have you modified the read-only filesystem at any point?
No response
Logs
No response
The text was updated successfully, but these errors were encountered: