[egenix-users] mxDateTime and Zope
    M.-A. Lemburg 
    mal at lemburg.com
       
    Mon Sep  2 17:17:57 CEST 2002
    
    
  
Ulrich Wisser wrote:
> Hello,
> 
> after more investigation I found that mxDateTime has
> replaced the Zope builtin DateTime module. I belive, but
> did not verify, that the option --with-zope to the configure
> script did the trick. Anyway, this led to the fact that
> DateTime could no longer be used in DTML and PageTemplates.
> After restoring the original DateTime everything works fine.
> 
> Any idea why that is so and why the option --with-zope
> exists if it doesn't work?
I am not aware of such an option in distutils. You should
install the mx base package directly into lib/python:
python setup.py install --install-lib=zopedir/lib/python --install-data=zopedir/lib/python
(with zopedir replaced by the Zope instance directory)
-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
_______________________________________________________________________
eGenix.com -- Makers of the Python mx Extensions: mxDateTime,mxODBC,...
Python Consulting:                               http://www.egenix.com/
Python Software:                    http://www.egenix.com/files/python/
    
    
More information about the egenix-users
mailing list