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 was archived by the owner on May 2, 2024. It is now read-only.
at first, if you want to use the skylanders.py in Python3 you need to ad Args.
Python Old : print "SID: %02X" % (sid)
Python New: print ("SID: %02X" % (sid))
After i fixed that i needed to install Yaml, of course it ist trivial.
But if i start the skylanders.py runs the skript in the Programm but the Yaml file is not Load.
Can you help me where i need to drop the yaml file that it will load.
My currently path is "/home/pi/plugins" for the skylanders.py and for the yaml file is at "home/pi/skylanders_images"