this is msg i get when i try to start it manualy 🙂
any ideas maybe?
Starting Bt-Panel............failed
app.secret_key = public.md5(str(os.uname())+str(psutil.boot_time()))
NameError: name 'psutil' is not defined
Traceback (most recent call last):
File "/www/server/panel/BT-Panel", line 17, in <module>
from BTPanel import app,sys,public
File "/www/server/panel/BTPanel/init.py", line 60, in <module>
app.secret_key = public.md5(str(os.uname())+str(psutil.boot_time()))
NameError: name 'psutil' is not defined
Traceback (most recent call last):
File "/www/server/panel/BT-Panel", line 17, in <module>
from BTPanel import app,sys,public
File "/www/server/panel/BTPanel/init.py", line 60, in <module>
app.secret_key = public.md5(str(os.uname())+str(psutil.boot_time()))
NameError: name 'psutil' is not defined
Traceback (most recent call last):
File "/www/server/panel/BT-Panel", line 17, in <module>
from BTPanel import app,sys,public
File "/www/server/panel/BTPanel/init.py", line 60, in <module>
app.secret_key = public.md5(str(os.uname())+str(psutil.boot_time()))
NameError: name 'psutil' is not defined