Folgende Warnungen sind aufgetreten:
Warning [2] Undefined variable $unreadreports - Line: 34 - File: global.php(961) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/global.php(961) : eval()'d code 34 errorHandler->error_callback
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



RasPiCar Projekt Forum
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 nedSad
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 Sad


RE: RTC DS 1302 - harryberlin - 09.10.2016

nein, das python script muss nicht kompiliert werden.