Hi,
First post here :)
I just got a DisplayOTron HAT to play with and everything is working fine but I am having trouble running the advanced examples. demo.py works fine but when I run menu.py it outputs:
Traceback (most recent call last):
File “game.py”, line 11, in
from plugins.debris import Debris
ImportError: No module named plugins.debris
How are you running the example code? Are you copying it elsewhere or just navigating into the directory where it exists and running something like sudo python main.py?
It might be we’ve restructured something without updating the path accordingly, but it should just work.
Hi,
Yes I just navigated to the folder where the examples exist and ran the example exactly as you have it.
The result is the same - unable to find the plugin.
It’s not because I’m using Jessie and not Wheezy is it…?