Closed betsybugaboo closed 4 years ago
Try version 1.6.2, I've posted it just now.
"AddToPATH" function was imported from a wrong module (from Utilities.Filesystem instead of dreamy_utilities.Filesystem, which is a separate package). Weirdly, that's not the problem your log points at - it seems to import this particular function correctly. I've fixed it in 1.6.1, posted some ten minutes ago.
"GetPackageDirectory" ought to be imported correctly. Still, I've put it inside a "try" block and now fiction-dl either imports it from Utilities.Filesystem or fiction_dl.Utilities.Filesystem, depending on which one works. (The whole code adding the package directory to the PATH variable should be executed only when the main.py file is executed directly, so this error shouldn't happen at all when you're running a package installed using a package manager - but still, this ought to solve it.)
I just installed the latest release, and now when I try to do anything I get the following error message:
What do I need to do to resolve this?