1
keakon Dec 22, 2011
把想要的路径加入sys.path试试
|
2
zeyexe OP |
3
ry_wang Jan 9, 2012
如果用的mod_wsgi的话,请查询WSGIPythonPath参数用法
如果用的uWSGI的话,请查询pythonpath参数用法 |
4
lepture Jan 9, 2012
python2.7+ 建议使用 site
|