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

前端 未结 11 1677
星月不相逢
星月不相逢 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 04:51

    I've had this problem too, I had just forgotten to type workon myproject in the terminal before executing my program.

提交回复
热议问题