API Load Error with Python Executable

Tristan Falcon
edited 12/09/19 in API & Developers

I have created a python script in PyCharm, the file has been running with no issues. I converted the file to .exe using PyInstaller and auto-py-to-exe but with both methods I receive the following error after running the .exe:

"Import Error! Could not load api or model class folders."

A screen shot of the command line is attached to this post. I am not sure if this is an issue with the my program or with the conversion tool. Has anyone else had this issue?

Capture.PNG

Answers