ImportError: Kein Modul mit dem Namen pathPython

Python-Programme
Guest
 ImportError: Kein Modul mit dem Namen path

Post by Guest »

Ich habe diese Zeile in meinem Skript:

Code: Select all

from path import Path
aber ich bin auf diesen Fehler

gestoßen

Code: Select all

ImportError: No module named path
Ich habe jedoch path.py in meinem System installiert, es gibt kein Problem, wenn ich in Python3 mit from path import Path im Terminal schreibe. Das ist sehr seltsam.

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post