Starting Bt-Panel..........failed
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
File "/usr/lib/python2.7/site-packages/gunicorn/app/base.py", line 223, in run
super(Application, self).run()
File "/usr/lib/python2.7/site-packages/gunicorn/app/base.py", line 72, in run
Arbiter(self).run()
File "/usr/lib/python2.7/site-packages/gunicorn/arbiter.py", line 60, in init
self.setup(app)
File "/usr/lib/python2.7/site-packages/gunicorn/arbiter.py", line 120, in setup
self.app.wsgi()
File "/usr/lib/python2.7/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/usr/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 52, in load
return self.load_wsgiapp()
File "/usr/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
return util.import_app(self.app_uri)
File "/usr/lib/python2.7/site-packages/gunicorn/util.py", line 350, in import_app
import(module)
File "/www/server/panel/runserver.py", line 10, in <module>
from BTPanel import app,socketio,sys
ImportError: No module named BTPanel
Error: aaPanel service startup failed.
done
Starting Bt-Tasks... failed
import public,db,panelSSL,json
File "/www/server/panel/class/panelSSL.py", line 14, in <module>
from BTPanel import cache,session
ImportError: No module named BTPanel
Traceback (most recent call last):
File "task.py", line 16, in <module>
import db,public,time,panelTask,setPanelLets
File "/www/server/panel/class/setPanelLets.py", line 11, in <module>
import public,db,panelSSL,json
File "/www/server/panel/class/panelSSL.py", line 14, in <module>
from BTPanel import cache,session
ImportError: No module named BTPanel
Traceback (most recent call last):
File "task.py", line 16, in <module>
import db,public,time,panelTask,setPanelLets
File "/www/server/panel/class/setPanelLets.py", line 11, in <module>
import public,db,panelSSL,json
File "/www/server/panel/class/panelSSL.py", line 14, in <module>
from BTPanel import cache,session
ImportError: No module named BTPanel
Error: aaTask service startup failed.