Tagged: 

Viewing 15 posts - 31 through 45 (of 149 total)
  • Author
    Posts
  • PaulPaul
    Participant
      Post count: 52

      Credits gehen in erster Linie an sinn3r !!!

      Wie gesagt, ich will erst noch ein paar Sachen anpassen und dann kann ich mal gucken ob ich nen Image mit Default Projekt hochladen kann

      lebi1976lebi1976
      Participant
        Post count: 45

        Das wäre wirklich total nett von Dir!

        Aus der dmidecode und ifconfig deine MAC raus löschen
        und ein neues Prjoket übertragen dann sollte es ja clean sein :-)

        Danke für die Mühe die du Dir machst!

        mosjka1mosjka1
        Participant
          Post count: 41

          us dem INSTALL/ex Ordner noch die Python-lib “Serial” nach /usr/lib/python2.7/dist-packages kopieren (hier habe ich kein passendes Paket zum Installieren gefunden)

          Welche datei habt ihr hier genommen?

          root@HS4:/hs# /hs/bin/hs_main main
          Traceback (most recent call last):
            File "./../hssrc/hs_main.py", line 86, in <module>
            File "./../hssrc/hs_isdn_data.py", line 32, in <module>
            File "./../hssrc/lib_isdn_dispatcher.py", line 7, in <module>
            File "./../hssrc/lib_serial.py", line 4, in <module>
          ImportError: No module named serial
          lebi1976lebi1976
          Participant
            Post count: 45

            Also ich habe das gesamt Verzeichnis ‘/INSTALL/ex/usr/lib/python2.7/dist-packages/serial’ nach ‘/usr/lib/python2.7/dist-packages’ kopiert.

            PaulPaul
            Participant
              Post count: 52

              korrekt ich auch … wobei man das auch via PIP installieren könnte.

              apt-get install python-pip python-dev
              pip install serial

              müsste auch gehen

              lebi1976lebi1976
              Participant
                Post count: 45

                Dachte ich versuch mal zusätzlich via PIP zu installieren – jetzt startet meine HS_main auch nicht mehr :-(

                Ich