Feb-24-2020, 11:29 PM
Greetings!
I'm getting the following error when I try to run a python file based on data in an Excel spreadsheet. I have installed the modules under C:\Users\Spec User\.
Traceback (most recent call last):
File "W:\DATABASES\2007 databases\CACS\SOURCE\BOWCDS.py", line 4, in <module>
from nameparser import HumanName
ModuleNotFoundError: No module named 'nameparser'
Many thanks for your help!
I'm getting the following error when I try to run a python file based on data in an Excel spreadsheet. I have installed the modules under C:\Users\Spec User\.
Traceback (most recent call last):
File "W:\DATABASES\2007 databases\CACS\SOURCE\BOWCDS.py", line 4, in <module>
from nameparser import HumanName
ModuleNotFoundError: No module named 'nameparser'
Many thanks for your help!