4 Oct
2006
4 Oct
'06
10:34 p.m.
Hi, the zope documentation says that if I want to compile zope on win32 I have to do it this way:
python inst\configure.py --prefix=\path\to\my\zope nmake install
and it worked for zope <= 2.8. Now I'm trying to compile zope 2.9 but it fails with: error: package directory 'build\lib\win32-2\4\zope\i18n\locales' does not exist NMAKE : fatal error U1077: '"c:\python24\python.exe"' : return code '0x1' Stop. What am I doing wrong ?