spax Posted May 19, 2012 at 08:50 AM Share Posted May 19, 2012 at 08:50 AM Hallo Hab gestern meine ersten Bausteine bekommen und versuche nun mit den Beispielen von der Tinkerforge-Seite erste Programme zum laufen zu bringen. Gemäss den Empfehlungen hier im Forum, probier ich das mit Python. Ich hab mir die aktuelle Version von Python (3.2.3) geladen. Brickv erkennt alles und ich kann die Bricks auch steuern. Nur mit Python geht gar nichts. Wenn ich ein Script lade, geschieht folgendes: Macintosh-3:~ felix$ cd '/Users/felix/Desktop/tinkerforge/' && '/usr/bin/pythonw' '/Users/felix/Desktop/tinkerforge/dc-brick-test.py' && echo Exit status: $? && exit 1 Traceback (most recent call last): File "/Users/felix/Desktop/tinkerforge/dc-brick-test.py", line 8, in <module> from tinkerforge.ip_connection import IPConnection ImportError: No module named tinkerforge.ip_connection Macintosh-3:tinkerforge felix$ Die Module werden nicht erkannt. Das einzige was ich im Code geändert habe, ist die UID. Muss ich noch etwas installieren oder mach ich sonst was falsch? Danke für eure Hilfe. Quote Link to comment Share on other sites More sharing options...
spax Posted May 19, 2012 at 09:07 AM Author Share Posted May 19, 2012 at 09:07 AM Hab das Problem behoben.. Quote Link to comment Share on other sites More sharing options...
dove Posted May 19, 2012 at 01:05 PM Share Posted May 19, 2012 at 01:05 PM Es wäre schön zu wissen wie. So kann man bei gleichem Fehler evtl. Schneller zur Lösung kommen. Quote Link to comment Share on other sites More sharing options...
spax Posted May 19, 2012 at 03:44 PM Author Share Posted May 19, 2012 at 03:44 PM ach ja, sorry... Ich hatte die Bindings nicht installiert. Deshalb konnte es ja gar nicht funktionieren. 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.