hyphanet / pyFreenet

Python FCPv2 library and utilities
https://freenetproject.org/
Other
60 stars 24 forks source link

Files are not named properly. #29

Closed RubyTheRoobster closed 2 years ago

RubyTheRoobster commented 2 years ago

When cloning the repo, and running git checkout 0.4.7, and then running python setup.py install --user, python will complain about not being able to find freesitemgr.py, as the file is instead named freesitemgr. This also happens to a bunch of other files. Please fix this.

Thynix commented 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?

RubyTheRoobster commented 2 years ago

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.