Some progress but not succeed to get pyload running...
It seems that some modules are missing with our python version
- Code: Select all
root@Acrab:/direct-usb/fvdw/addons/pyload # python pyLoadCore.py
Traceback (most recent call last):
File "pyLoadCore.py", line 48, in <module>
from module.network.RequestFactory import RequestFactory
File "/share/1100/fvdw/addons/pyload/module/network/RequestFactory.py", line 22, in <module>
from Browser import Browser
File "/share/1100/fvdw/addons/pyload/module/network/Browser.py", line 6, in <module>
from HTTPRequest import HTTPRequest
File "/share/1100/fvdw/addons/pyload/module/network/HTTPRequest.py", line 20, in <module>
import pycurl
ImportError: No module named pycurl
So at least pycurl module is missing.
Additional information with my previous post :
- After installing the python addons, download the Source Code - Platform Independent (
http://download.pyload.org/pyload-src-v0.4.9.zip)
- unzip the archive : for example in the folder /direct-usb/fvdw/addons.
But now need to add this python module. (need to deepen this point with fvdw)