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 - [EMAIL PROTECTED]

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

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to