Gast
#6510162
Hallo und guten Tag, mit Visual Studio soll ein kleines python Programm erstellt werden. Dieses Programm soll zunächst nur mal einen ping ausführen. Dazu habe ich auch das Packet pying installiert
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
Der Kompiler wirft folgenden Fehler aus:
Nachricht = No module named 'core'
Quelle = C:\Python_Programme\MyPing\MyPing\MyPing.py
Stapelüberwachung:
File "C:\Python_Programme\MyPing\MyPing\MyPing.py", line 2, in
<module>
import pyping
Was könnte hier das Problem verursachen?