Почему вызов импорта выдает «модуль с именем... не найден»?Python

Программы на Python
Anonymous
Почему вызов импорта выдает «модуль с именем... не найден»?

Сообщение Anonymous »


writing code for assignment, game like Scrabble and for some reason the output says 'No modules named ps4a found'.

from ps4a import * I checked and I have a python file named ps4a in the same folder as the one I'm coding in.


Источник: https://stackoverflow.com/questions/781 ... amed-found

Вернуться в «Python»