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

motobug studio dont whats to work #13

Open
phithagod24 opened this issue Apr 30, 2022 · 1 comment
Open

motobug studio dont whats to work #13

phithagod24 opened this issue Apr 30, 2022 · 1 comment

Comments

@phithagod24
Copy link

C:\Users\Sonic\Downloads\motobug-engine-designer-master\motobug-engine-designer-master>cd C:\Users\Brett\Downloads\motobug-engine-designer-master\motobug-engine-designer-master\

C:\Users\Sonic\Downloads\motobug-engine-designer-master\motobug-engine-designer-master>py main.py
UserWarning: Using SDL2 binaries from pysdl2-dll 2.0.20
Traceback (most recent call last):
File "C:\Users\Sonic\Downloads\motobug-engine-designer-master\motobug-engine-designer-master\main.py", line 6, in
from level import level
File "C:\Users\Sonic\Downloads\motobug-engine-designer-master\motobug-engine-designer-master\level.py", line 3, in
from items import *
File "C:\Users\Sonic\Downloads\motobug-engine-designer-master\motobug-engine-designer-master\items.py", line 1, in
from defusedxml.ElementTree import parse
ModuleNotFoundError: No module named 'defusedxml'

C:\Users\Sonic\Downloads\motobug-engine-designer-master\motobug-engine-designer-master>pause
Press any key to continue . . .
it keeps not working and not working how to fix this???

@coderman64
Copy link
Owner

You are missing a library called "defusedxml"

Try py -m pip install defusedxml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants