7 Feb
2006
7 Feb
'06
2 p.m.
Hugo Ramos wrote:
Yellow ppl,
I've instaled Zope 2.9.0 on Fedora 4 using Python 2.4.2 compiled from source. Everything ok. I was trying to do exactly the same (Zope 2.9.0 with Python 2.4.2 from source) in Debian 3.1 and I got the following error: ... from AccessControl import ImplC as impl File "/var/zope/lib/python/AccessControl/ImplC.py", line 30, in ? from ImplPython import RestrictedDTML, SecurityManager, ZopeSecurityPolicy ImportError: No module named ImplPython =======================
Any1 solved this already???
Regards
-- Hugo Ramos - ramosh@gmail.com
I had the same problem. You have to install zlib before Zope (or Python - I'm not sure) compilation. In my case it was apt-get install zlib1g apt-get install zlib1g-dev Pawel