[Django]ImportError:cannot import name debug
問題
Version
|
Date
|
Creator
|
Description
|
|
|
鄭昀
|
草稿
|
繼續(xù)閱讀之前,我們假設(shè)您熟悉以下知識(shí):
n
????????
Python
n
????????
Django
n
????????
Apache
瀏覽著架設(shè)在
Apache
頁面輸出
|
Mod_python error: "PythonHandler django.core.handlers.modpython"
Traceback (most recent call last):
?
File "C:\Python24\Lib\site-packages\mod_python\apache.py", line 299, in HandlerDispatch
?
File "c:\python24\lib\site-packages\Django-0.95-py2.4.egg\django\core\handlers\modpython.py", line 163, in handler
?
File "c:\python24\lib\site-packages\Django-0.95-py2.4.egg\django\core\handlers\modpython.py", line 136, in __call__
?
File "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\handlers\base.py", line 102, in get_response
?
File "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\handlers\base.py", line 130, in get_technical_error_response
ImportError: cannot import name
debug
|
四處尋覓解決辦法,在
http://www.modpython.org/FAQ/faqw.py?req=all#2.12
也有人報(bào)告了類似問題:
類似報(bào)告
|
2.12. [error] SOLUTION PythonHandler mod_python.psp: ImportError: No module named psp
SOLVED
I had the same problem in
------ mrez adds:
I'm having the same problem too:
Debug text: Mod_python error: "PythonHandler mod_python.psp"
Traceback (most recent call last):
?
File "C:\PROGRA~1\PYTHON~1.3\Lib\site-packages\mod_python\apache.py", line 326, in HandlerDispatch
???
log=debug)
?
File "C:\PROGRA~1\PYTHON~1.3\Lib\site-packages\mod_python\apache.py", line 496, in import_module
???
module = imp.load_module(mname, f, p, d)
?
File "C:\PROGRA~1\PYTHON~1.3\Lib\site-packages\mod_python\psp.py", line 59, in ?
???
import apache, Session, util, _psp
ImportError: DLL load failed: The specified module could not be found.
|
在這個(gè)頁面的
2.2
小節(jié),提及了解決方案:
增加的配置行
|
If you see a Python exception of the form:
?
ImportError: No module named _apache
it means that
you have mod_python version 3.1
. If you see the Python exception:
?
ImportError: No module named psp
it means that
you only have version 2.7
. Finally, if you instead see the Python exception:
?
ImportError: No module named mod_python.psp
it means that
mod_python isn't installed after all
, or at least not for the version of Python you are trying to use.
|
看來和我遇到的還不一樣。
重啟
Apache server
就好了。但有一就有二,下次它還會(huì)來的。
Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=1478610
更多文章、技術(shù)交流、商務(wù)合作、聯(lián)系博主
微信掃碼或搜索:z360901061

微信掃一掃加我為好友
QQ號(hào)聯(lián)系: 360901061
您的支持是博主寫作最大的動(dòng)力,如果您喜歡我的文章,感覺我的文章對(duì)您有幫助,請(qǐng)用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點(diǎn)擊下面給點(diǎn)支持吧,站長(zhǎng)非常感激您!手機(jī)微信長(zhǎng)按不能支付解決辦法:請(qǐng)將微信支付二維碼保存到相冊(cè),切換到微信,然后點(diǎn)擊微信右上角掃一掃功能,選擇支付二維碼完成支付。
【本文對(duì)您有幫助就好】元
