MaDe Posted June 21, 2018 at 04:44 PM Share Posted June 21, 2018 at 04:44 PM Hi, ich erhalte beim Ausführen meines Programms neuerdings folgende Fehlermeldung mit der ich leider momentan recht wenig anfangen kann. Die erwähnte line 4 in meinem code ist import.sys Traceback (most recent call last): File "Python-Code__geändert2.0.py", line 4, in <module> import ipdb; ipdb.set_trace() ImportError: No module named 'ipdb' 2000-01-01T01:20:17.923835+0200 Hat jemand eine Idee woher das Problem kommen könnte, oder noch besser wie man das Problem lösen kann? Vielen Dank im Voraus Matthias Quote Link to comment Share on other sites More sharing options...
borg Posted June 26, 2018 at 11:59 AM Share Posted June 26, 2018 at 11:59 AM Laut Fehlermeldung ist das "ipdb"-Paket auf deinem Rechner nicht installiert. Quote Link to comment Share on other sites More sharing options...
photron Posted June 26, 2018 at 12:28 PM Share Posted June 26, 2018 at 12:28 PM Unsere Python Bindings und Beispiele verwenden ipdb nicht. Daher muss der Import dafür aus deinem Code kommen. Ist dein Python Code denn in einer Datei namens "Python-Code__geändert2.0.py", die dort erwähnt wird? 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.