because its turn out like this
from printSoln import *
ModuleNotFoundError: No module named 'printSoln'
Im using printSoln how can i install that?
because its turn out like this
from printSoln import *
ModuleNotFoundError: No module named 'printSoln'
Im using printSoln how can i install that?
As I know there is not any module named printSoln
. This may be some custom .py
file that has the functions which are used here.
I found one of its types file on GitHub: https://github.com/mateuv/MetodosNumericos/blob/master/python/NumericalMethodsInEngineeringWithPython/printSoln.py
you can download and write that code and save it in the same folder in which your code file exists.