Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 'xml' Python module not able to be used from plugin backend #322

Closed
3 tasks done
isiah-lloyd opened this issue Jan 8, 2023 · 1 comment
Closed
3 tasks done
Labels
bug Something isn't working

Comments

@isiah-lloyd
Copy link

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

@isiah-lloyd isiah-lloyd added the bug Something isn't working label Jan 8, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in SDH Tracker Jan 8, 2023
@TrainDoctor TrainDoctor removed the status in SDH Tracker Jan 8, 2023
@TrainDoctor
Copy link
Member

For now solution provided by bug author is to bundle module with plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants