[Zope] Re: Error when starting Zope 2.9.0

Pawel Lewicki lewicki at provider.pl
Tue Feb 7 09:00:29 EST 2006


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 at 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



More information about the Zope mailing list