Folgende Warnungen sind aufgetreten: | ||||||||||||||||||||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 34 - File: global.php(961) : eval()'d code PHP 8.2.24 (Linux)
|
RTC DS 1302 - Druckversion +- RasPiCar Projekt Forum (https://RasPiCarProjekt.de) +-- Forum: Hardware (https://RasPiCarProjekt.de/forumdisplay.php?fid=5) +--- Forum: Externe Sensoren (https://RasPiCarProjekt.de/forumdisplay.php?fid=42) +--- Thema: RTC DS 1302 (/showthread.php?tid=918) Seiten:
1
2
|
RE: RTC DS 1302 - Tekkineo - 07.10.2016 hallo nochmal... jetzt habe ich den code eingerückt... leider immernoch ein fehler... ich checks echt ned kann es sein dass des falsch angeschlossen ist das modul oder warum erkennt erdas nicht? pi@raspberrypi:~/SunFounder_SensorKit_for_RPi2/Python $ sudo python 33_ds1302.py Traceback (most recent call last): File "33_ds1302.py", line 18, in <module> import ds1302 ImportError: No module named ds1302 RE: RTC DS 1302 - harryberlin - 08.10.2016 hast du es kompiliert nach anleitung? RE: RTC DS 1302 - Tekkineo - 08.10.2016 hallo harry erstmal vielen dank dass du mir so hilfst. ich habe das phyton script im prinzim via sudo nano angelegt und als 33_ds1302.py gespeichert... muss ich das wie den c-code compilieren? ich bin da echt ned so fit wie du siehst... zu python komme ich in meiner raspi bibel erst in ca 200 seitn RE: RTC DS 1302 - harryberlin - 09.10.2016 nein, das python script muss nicht kompiliert werden. |