I’m running this code for developing a web scrapper(project I decided to code myself with some help from chat GTP)
I have put my index.html within templates folder and when I run it from Pycharm everything works as intended, however when I try to run it from another PC using the exe file made from CX_freeze addon it cannot find the index HTML.
I get this error:
TemplateNotFound
jinja2.exceptions.TemplateNotFound: index.html
I have tried multiple solutions from chat_GTP and my assumption is that the problem consists that the entire project is located on ONEdrive. Any help would be welcomed.`
I Y is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.