Hi All,<br><br>I've downloaded latest zope3.1.0<br><br>upack it run ./configure<br>Configuring Zope installation<br>Testing for an acceptable Python interpreter...<br>Python version 2.3.5 found at /usr/bin/python<br>The optimum Python version (
2.3.5) was found at /usr/bin/python.<br><br><br>then make and got error:<br>root@1[Zope-3.1.0]# make<br>/usr/bin/python install.py -q build<br>Traceback (most recent call last):<br>&nbsp; File &quot;install.py&quot;, line 28, in ?
<br>&nbsp;&nbsp;&nbsp; context.initialize()<br>&nbsp; File &quot;/tmp/Zope-3.1.0/Support/zpkgsetup/setup.py&quot;, line 103, in initialize<br>&nbsp;&nbsp;&nbsp; self.scan(depname, pkgdir, reldir)<br>&nbsp; File &quot;/tmp/Zope-3.1.0/Support/zpkgsetup/setup.py&quot;, line 191, in scan
<br>&nbsp;&nbsp;&nbsp; self.scan_package(name, directory, reldir)<br>&nbsp; File &quot;/tmp/Zope-3.1.0/Support/zpkgsetup/setup.py&quot;, line 202, in scan_package<br>&nbsp;&nbsp;&nbsp; pkginfo = package.loadPackageInfo(name, directory, reldir)<br>&nbsp; File &quot;/tmp/Zope-
3.1.0/Support/zpkgsetup/package.py&quot;, line 100, in loadPackageInfo<br>&nbsp;&nbsp;&nbsp; pkginfo = read_package_info(directory, reldir)<br>&nbsp; File &quot;/tmp/Zope-3.1.0/Support/zpkgsetup/package.py&quot;, line 157, in read_package_info
<br>&nbsp;&nbsp;&nbsp; data_files[:] = expand_globs(directory, reldir, data_files)<br>&nbsp; File &quot;/tmp/Zope-3.1.0/Support/zpkgsetup/package.py&quot;, line 294, in expand_globs<br>&nbsp;&nbsp;&nbsp; raise ValueError(<br>ValueError: filename pattern '*-
configure.zcml' doesn't match any files<br>make: *** [build] Error 1<br><br><br><br>Any idea what causing this?<br>