hyphanet / pyFreenet

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

Posted errors when attempted to mount freedisk #7

Closed anoduck closed 9 years ago

anoduck commented 9 years ago

Recieved errors when I attempted to mount. I have compiled all the dependencies from source, and I currently run debian linux 64. I am completely lost at what could be causing it to fail. Any help would be greatly appreciated. My output was:


"* WARNING! SSLCrypto module not installed * Please refer to the INSTALL file within the PyFCP source package Spawning freenetfs filesystem process... Waiting for disk to come up... * WARNING! SSLCrypto module not installed * Please refer to the INSTALL file within the PyFCP source package Creating freenetfs filesystem... Freenetfs filesystem now alive... Traceback (most recent call last): File "./freedisk", line 903, in main() File "./freedisk", line 895, in main print mgr.run() File "./freedisk", line 114, in run result = method(_self.args[1:]) or "" File "./freedisk", line 255, in cmd_run fs.run() File "/home/anoduck/Sandbox/py-freenet/lib-pyFreenet/fcp/freenetfs.py", line 1675, in run import _fuse ImportError: No module named _fuse ^CTraceback (most recent call last): File "./freedisk", line 903, in main() File "./freedisk", line 895, in main print mgr.run() File "./freedisk", line 114, in run result = method(_self.args[1:]) or "" File "./freedisk", line 191, in cmd_start time.sleep(1) KeyboardInterrupt"


:end:

Thynix commented 9 years ago

The message mentions that SSLCrypto is not installed, and that it was unable to import _fuse. Where did you find the list of dependencies you installed?

anoduck commented 9 years ago

:beginner: I have installed SSLCrypto, and I used the file named INSTALL as my reference for packages.

Honestly my friend refernced the library in order to utilize the freedisk setup. I just learned about the many more features that comes with the package, and I have to give some credit. Great stuff. Life changing capabilities for sure.

I was wondering if we needed to change line 1675 in /lib-pyFreenet/fcp/freenetfs.py? Does it have to do with the use of 'import _fuse' ? :end:

anoduck commented 9 years ago

I found the error, and it is with the SSLCrypto not py-libfreenet. Again, great work on creating the library. It is much more feature packed than could have anticipated. Quite an accomplishment, and makes life much easier.