minexew / Shrine

A TempleOS distro for heretics
Other
1.47k stars 75 forks source link

FUSE? #18

Closed jibanes closed 5 years ago

jibanes commented 6 years ago

$ sudo pip install fuse [...] $ ./make-dist.py TOS_Distro.ISO Shrine ~/shrine.img Traceback (most recent call last): File "/home/jibanes/Downloads/Shrine-master/inject_templeos.py", line 6, in from isoc import RedSea File "redseafs/isoc.py", line 22, in from fuse import FUSE, FuseOSError, Operations, LoggingMixIn ImportError: cannot import name 'FUSE' Traceback (most recent call last): File "./make-dist.py", line 121, in subprocess.check_call([INJECT_BIN, PATCHED_ISO, 'Once.HC.Z', SLAVE_HC_Z]) File "/usr/lib/python2.7/subprocess.py", line 540, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/home/jibanes/Downloads/Shrine-master/inject_templeos.py', 'TempleSlave.iso', 'Once.HC.Z', 'AutoOSInstall/SlaveOnce.HC.Z']' returned non-zero exit status 1

minexew commented 6 years ago

See #13

minexew commented 5 years ago

This should be better documented/handled, but closing for now.