Änderungen
Aus Hackerspace Ffm
/* Raspberry Pi */
Wenn beim import cv2 Fehlermeldungen angezeigt werden, hilft es folgende libs zu installieren:
<codepre>
sudo apt-get install libcblas-dev
sudo apt-get install libhdf5-dev
sudo apt-get install libqtgui4
sudo apt-get install libqt4-test
</codepre>
* Tipp: Als IDE unter Raspbian für Python3 ist '''Thonny''' ein Versuch wert: