Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.
This repository was archived by the owner on May 2, 2024. It is now read-only.

Python 3 and Yaml files #1

@slmaxk

Description

@slmaxk

Hello,

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"

Thank You and Sorry for my bad English

SLMAXK

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions