nitebyte / TripTeller

31 stars 8 forks source link

Error: #2

Open playhousehosting opened 1 year ago

playhousehosting commented 1 year ago

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.

nitebyte commented 1 year ago

Ah, remnants of old code. Comment out line 287

generate_amazon_description(savefile,town)

That's a good idea for hiking guides, I'll see if I can't get something that works a bit more reliably.