ladon + uwsgi: unable to load app
Hi,
I am using to publish some API (soap) over the internet.
I would like to use nginx + uwsgi but i am in trouble:
I get this output browsing to the page:
Traceback (most recent call last):
File "/usr/local/
self.
File "/usr/local/
__import_
ImportError: No module named serverL
My CLI is:
uwsgi -s 127.0.0.1:7777 --logto ~/uwsgi.log --wsgi-file /path/scripts/
handler.py contains:
from ladon.server.wsgi import LadonWSGIApplic
from os.path import abspath,dirname
application = LadonWSGIApplic
from ladon.server.wsgi import LadonWSGIApplic
from os.path import abspath,dirname
application = LadonWSGIApplic
and my tree in /path/script:
.
├── handler.py
├── src
│ ├── serverL.py
Thanks in advance
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- ladon Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- paolinux79
- Solved:
- Last query:
- Last reply: