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
{{ message }}
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
So i download this repo and run main.py in terminal but i got this error
Traceback (most recent call last):
File "main.py", line 55, in <module>
from magicsticklibs import Main
File "/Users/user/Documents/AryaUwU/Python for game/kivyGame/MagicStick_Editor-master/magicsticklibs/Main.py", line 61, in <module>
from .TextPad import TextPad
File "/Users/user/Documents/AryaUwU/Python for game/kivyGame/MagicStick_Editor-master/magicsticklibs/TextPad.py", line 57, in <module>
from .ConfigSettings import Connect
File "/Users/user/Documents/AryaUwU/Python for game/kivyGame/MagicStick_Editor-master/magicsticklibs/ConfigSettings.py", line 73, in <module>
from .ColorLight import ColorLight
File "/Users/user/Documents/AryaUwU/Python for game/kivyGame/MagicStick_Editor-master/magicsticklibs/ColorLight.py", line 63, in <module>
import builtins as __builtin__
ImportError: No module named builtins
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So i download this repo and run main.py in terminal but i got this error
The text was updated successfully, but these errors were encountered: