ModuleNotFoundError: No module named 'minhelper'
Publicado por Edgar Orlando (2 intervenciones) el 19/01/2020 21:51:56
Python
________________________
import minhelper
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-4f145d90c132> in <module>
----> 1 import minhelper
ModuleNotFoundError: No module named 'minhelper'
________________________
import minhelper
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-4f145d90c132> in <module>
----> 1 import minhelper
ModuleNotFoundError: No module named 'minhelper'
Valora esta pregunta


0