I am not an expert in this very complicated setup
I think i managed to install python but how do i gain access to the web interface.
python /opt/pyload/pyLoadCore.py
Traceback (most recent call last):
File "/opt/pyload/pyLoadCore.py", line 55, in <module>
from module.HookManager import HookManager
File "/share/MD0_DATA/.qpkg/Optware/pyload/module/HookManager.py", line 23, in <module>
from module.PluginThread import HookThread
File "/share/MD0_DATA/.qpkg/Optware/pyload/module/PluginThread.py", line 32, in <module>
from pycurl import error
ImportError: No module named pycurl
ermethic wrote:Yeah, I uninstalled the Python QPKG package, and thus it worked...But I'm also running the Sickbeard package, which requires the Python one, and now Sickbeard is not running properly anymore. Any chance of being able to running them both ?
/opt/bin/python2.5 /opt/pyload/pyLoadCore.py --daemon#!/bin/sh
#pyload autostart
#/share/MD0_DATA/.qpkg/Optware/bin/python2.5 /opt/pyload/pyLoadCore.py 2>/tmp/pyLoadCore.log
export LOG=/var/log/My_script.log
echo "------------------------------------------" >> $LOG
echo "Starting Pyload..." >> $LOG
OPTDIR=/share/MD0_DATA/.qpkg/Optware # Optware directory
PYLOADDIR="$OPTDIR/pyload" # pyLoad directory
PATH="$PATH:$OPTDIR/bin"
cd "$PYLOADDIR"
progname=python2.5
COUNT2=0
while test "$(/sbin/pidof $progname)" = "" && test $COUNT2 -lt 30 ; do
python2.5 /opt/pyload/pyLoadCore.py --daemon >> $LOG
sleep 10
COUNT2=$(($COUNT2 + 1))
done
if [ "$(/sbin/pidof $progname)" = "" ] ; then
echo "Pyload didn't start" >> $LOG
else
echo "Pyload started in attempt Nº. $COUNT2" >> $LOG
fiEduardo wrote:Note:
- It can be MD0_DATA or HDA_DATA depending of your configuration.
- You could change your log file.
Hope it helps.
[/] # python /opt/pyload/pyLoadCore.py --daemon
Daemon PID 6876
[/][/opt/pyload] # python pyLoadCli.py
Username: admin
address: 192.168.1.30
Use SSL? ([y]/n): n
Port: 7227
Password:
pyLoadCore not running
[/opt/pyload][/opt/pyload] # python pyLoadGui.py
Traceback (most recent call last):
File "pyLoadGui.py", line 27, in <module>
from PyQt4.QtCore import *
ImportError: No module named PyQt4.QtCore
[/opt/pyload][/opt/pyload] # python pyLoadCore.py -s
Choose your Language / Wähle deine Sprache ([en], de, it, pl):
Welcome to the pyLoad Configuration Assistent.
It will check your system and make a basic setup in order to run pyLoad.
The value in brackets [] always is the default value,
in case you don't want to change it or you are unsure what to choose, just hit enter.
Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore.
If you have any problems with this assistent hit STRG-C,
to abort and don't let him start with pyLoadCore automatically anymore.
When you are ready for system check, hit enter.
## System Check ##
Python Version: OK
pycurl: OK
sqlite3: OK
pycrypto: OK
OpenSSL: OK
py-imaging: OK
tesseract: OK
PyQt4: missing
django: OK
JS engine: OK
System check finished, hit enter to see your status report.
## Status ##
Features available: container decrypting, ssl connection, automatic captcha decryption, Webinterface, extended Click'N'Load
Continue with setup? ([y]/n):screen -dmS python /opt/pyload/pyLoadCore.pywonderiuy wrote:Installed 4.5
It works
How to:
-removed py25-django (justo have a clean system)
-followed the installation steps from 1st post and redid setup from scratch
Return to Download Station and QGet
Users browsing this forum: No registered users and 2 guests