Skip to content
Kevin Imber edited this page Jun 2, 2016 · 1 revision

Ubuntu 15.10 & Python 3

With this configuration, there's a chance you'll see this error when you run make test:

[CRITICAL ] Window: Unable to find any valuable Window provider at all!
egl_rpi - ImportError: cannot import name bcm

A block down, you should see a reference to not being to import pygame either (if you're facing the issue exactly as previously seen). This is the cause of this issue. You can check this by starting up your interpreter and running import pygame.

If you've confirmed you're facing the same error, then following the directions of this post should fix the problem for you.

NOTE that installing the apt-get package python-pygame might resolve this issue for you. It didn't for me, as it only was importable for the python2 interpreter after installing.