Closed RubyTheRoobster closed 2 years ago
Hm, it does seem like there's room for a bin
directory for scripts without extensions. Does the installation not work, or does it work but print warnings? Why is it important that we fix 0.4.7
?
Nevermind. It seems to magically work now(re-running the same script), and using the most up-to-date version of the branch py3 works.
When cloning the repo, and running
git checkout 0.4.7
, and then runningpython setup.py install --user
, python will complain about not being able to findfreesitemgr.py
, as the file is instead namedfreesitemgr
. This also happens to a bunch of other files. Please fix this.