hzeller / rpi-rgb-led-matrix

Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO
GNU General Public License v2.0
3.67k stars 1.17k forks source link

(Python) Error not finding core module #248

Closed Gariantroll closed 7 years ago

Gariantroll commented 7 years ago

Can't find the core module. Any help would be appreciated.

File "./runtext.py", line 3, in from samplebase import SampleBase File "/home/pi/display16x32/rpi-rgb-led-matrix/python/samples/samplebase.py", line 4, in from rgbmatrix import RGBMatrix File "/home/pi/display16x32/rpi-rgb-led-matrix/python/rgbmatrix/init.py", line 7, in from .core import RGBMatrix, FrameCanvas ImportError: No module named core

hzeller commented 7 years ago

Did you do make install ?

Gariantroll commented 7 years ago

That worked, I am getting a --unrecognized argument for --led-no-hardware-pulse. Thanks for the quick reply.