Its weird because, when I run a normal python script on the server, it runs but when I run it via uWSGI, it cant import certain modules.
there is a bash script that starts uwsgi, and passes a path via --pythonpath option. Is this an additional path or all the paths have to be given here ?
If yes, how do I separate multiple paths given by this option.