[Zope3-dev] Re: status of Zope versus zope?

Tres Seaver tseaver at zope.com
Fri Jun 4 12:40:15 EDT 2004


Martijn Faassen wrote:

> Jim Fulton wrote:
> 
>> Martijn Faassen wrote:
> 
>>> So what does this mean for Five on Windows?
>>
>> It means that you should tell people to put zope in
>> a different directory than Zope.  Both of these directories need
>> to be on the Python path.
> 
> Hm, that's not a big deal then. I'm just at a loss how this would fix 
> the case-insensitivity import problem on Windows; I think I'm missing 
> something.

Python on Windows is perfectly capable of handling packages 'Zope' and 
'zope';  the issue is that Windows filesystems don't support having the 
two package directories in the same container directory.

Phillip's solution (put Zope3's 'zope' in a 'src' directory, next to the 
'lib/python' which contains Zope2's 'Zope') should be fine on Windows, 
as long as you put '$ZOPE_HOME/lib/python' in the PYTHONPATH *before* 
'$ZOPE_HOME/src' (you likely want the version of ZODB which ships with 
Zope2).

Tres.
-- 
===============================================================
Tres Seaver                                tseaver at zope.com
Zope Corporation      "Zope Dealers"       http://www.zope.com




More information about the Zope3-dev mailing list