rllola / ZeronetBrowser

An attempt to create a dedicated browser for ZeroNet using PyQt5
17 stars 15 forks source link

how to run this program? #1

Closed beenotung closed 6 years ago

beenotung commented 6 years ago

I tried below, and got error

sudo pacman -S --noconfirm python2-pyqt5
git clone https://github.com/rllola/ZeronetBrowser
cd ZeronetBrowser
git submodule init
git submodule update
python2 launch.py

I got

Traceback (most recent call last):
  File "launch.py", line 6, in <module>
    from ZeroNet import zeronet
ImportError: No module named ZeroNet
beenotung commented 6 years ago

how to I run this program without installing zeronet python package globally? I installed zeronet locally and using a bash script to link to the zeronet.py

rllola commented 6 years ago

There is actually some modification needed in ZeroNet folder for it to work. Could you check NOTES.md (https://github.com/rllola/ZeronetBrowser/blob/master/NOTES.md) and tell me if it works ?

I will update the README to make it more obvious.

There is also a PR ready to avoid having to modify the source code (https://github.com/HelloZeroNet/ZeroNet/pull/1717)