Jump to content

Recommended Posts

Posted

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

Posted

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...