I installed Nomadnet and Retipedia in a Conda virtual environment and set it up following the instructions here. But whenever I started Nomadnet and wanted to browse the .zim-based node, nomadnet crashed. The logfile always showed the error
[Error] Type : <class 'FileNotFoundError'> [Error] Value : [Errno 2] No such file or directory: '/Users/michael/.nomadnetwork/storage/pages/index.mu'
The file was there and executable, but as I found out all .mu-files pointed to the system python in the shebang line at top (#!/bin/python3). So I switched to the path of the venv-python in all .mu files and now it works. Might be helpful to include this in the readme.
I installed Nomadnet and Retipedia in a Conda virtual environment and set it up following the instructions here. But whenever I started Nomadnet and wanted to browse the .zim-based node, nomadnet crashed. The logfile always showed the error
[Error] Type : <class 'FileNotFoundError'> [Error] Value : [Errno 2] No such file or directory: '/Users/michael/.nomadnetwork/storage/pages/index.mu'The file was there and executable, but as I found out all .mu-files pointed to the system python in the shebang line at top (
#!/bin/python3). So I switched to the path of the venv-python in all .mu files and now it works. Might be helpful to include this in the readme.