SailingJohn Posted March 3, 2023 at 02:58 PM Share Posted March 3, 2023 at 02:58 PM Ich merke, dass ich sehr lange nichts mehr programmiert habe. Für mein Projekt 3D-Lidar-Scanner habe ich die Hardware fertig gestellt und mit dem Brick Viewer komme ich an die komplette Hardware und die UIDs. Zum Programmieren habe ich das aktuelle Python 3 heruntergeladen und installiert. Die Bindings habe ich entpackt und in einem eigenen Ordner. Mein Problem: In allen Beispielen werden Module aus tinkerforge importiert. Ein solches Verzeichnis habe ich nicht und ip_connection habe ich auch nicht gefunden. Wo sind meine Denkfehler? UID = "XXYYZZ" # Change XXYYZZ to the UID of your DC Brick import time from tinkerforge.ip_connection import IPConnection from tinkerforge.brick_dc import BrickDC Quote Link to comment Share on other sites More sharing options...
Backdraft007 Posted March 6, 2023 at 07:23 AM Share Posted March 6, 2023 at 07:23 AM Moin, hilft Dir diese Doku weiter? https://www.tinkerforge.com/de/doc/Software/API_Bindings_Python.html#api-bindings-python Quote Link to comment Share on other sites More sharing options...
SailingJohn Posted March 16, 2023 at 07:58 PM Author Share Posted March 16, 2023 at 07:58 PM Hallo Backdraft007, danke für Deinen Hilfsversuch. Ich habe wirklich auf dem Schlauch gestanden. Nachdem ich verstanden habe, dass PIP unter der Windows-Shell läuft, genauso wie das Laden der Libraries, war mein Problem gelöst. Das Programmieren unter Python ist eine Offenbarung für einen der bei Fortan und Assembler stehen gebleiben ist! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.