當我試圖啓動與金字塔開發的應用無法導入名逃跑,我得到的錯誤導入錯誤:空空金字塔
from pyramid.compat import configparser
File "/srv/lightbase/lib/python3.3/site-packages/pyramid-1.5b1-py3.3.egg/pyramid/compat.py", line 205, in <module>
from html import escape
ImportError: cannot import name escape
當試圖點子安裝HTML,我得到的錯誤:
ImportError: No module named 'html.entities'; html is not a package
我使用virtualenv與python3.3.4編譯使用'--enable-shared'代碼使用mod_wsgi。
Python 3.3中有''html.escape()'函數](http://hg.python.org/cpython/file/3.3/Lib/html/__init__.py#l12) – jfs
所以這是金字塔錯誤? – Rickin
這是不可能的。你可以在同一個環境中運行'from import import escape',但是沒有'pyramid'?你的'sys.path'中有一個不是來自stdlib的頂級'html'模塊嗎? '打印(HTML文件.__ __)'。 – jfs