import error: 'No module named' *does* exist

前端 未结 11 1656
星月不相逢
星月不相逢 2020-11-29 04:30

I am getting this stack trace when I start pyramid pserve:

% python $(which pserve) ../etc/development.ini
Traceback         


        
11条回答
  •  南方客
    南方客 (楼主)
    2020-11-29 05:08

    The PYTHONPATH is not set properly. Export it using export PYTHONPATH=$PYTHONPATH:/path/to/your/modules .

提交回复
热议问题