This project is incredible, and I appreciate your hard work! When running the Python script, I receive the below error. The .txt file and .docx file are created successfully, but the error below is shown.
Traceback (most recent call last):
File "C:\Users\Owner\TripTeller-main\TripTeller.py", line 287, in
generate_amazon_description(savefile,town)
NameError: name 'generate_amazon_description' is not defined
Question 2. Do you have a version that can be used for creating travel guides for hiking trails and fishing places?
This project is incredible, and I appreciate your hard work! When running the Python script, I receive the below error. The .txt file and .docx file are created successfully, but the error below is shown. Traceback (most recent call last): File "C:\Users\Owner\TripTeller-main\TripTeller.py", line 287, in
generate_amazon_description(savefile,town)
NameError: name 'generate_amazon_description' is not defined
Question 2. Do you have a version that can be used for creating travel guides for hiking trails and fishing places?
I appreciate any help you can provide.