The ZeroBundle/Python/python script has an issue on line 4 where it needs to wrap the $DIR/python2.7 part in double quotes. Otherwise it fails to start ZeroNet if it's in a path that has a space in it. This is what the entire file should look like instead:
The
ZeroBundle/Python/python
script has an issue on line 4 where it needs to wrap the$DIR/python2.7
part in double quotes. Otherwise it fails to start ZeroNet if it's in a path that has a space in it. This is what the entire file should look like instead:I'm not sure where to submit a PR for this hence the issue instead.