[Zope3-Users] installing zope3

Michael michael.auckland at gmail.com
Mon Oct 10 04:26:23 EDT 2005


Hi All,

I've downloaded latest zope3.1.0

upack it run ./configure
Configuring Zope installation
Testing for an acceptable Python interpreter...
Python version 2.3.5 found at /usr/bin/python
The optimum Python version (2.3.5) was found at /usr/bin/python.


then make and got error:
root at 1[Zope-3.1.0]# make
/usr/bin/python install.py -q build
Traceback (most recent call last):
File "install.py", line 28, in ?
context.initialize()
File "/tmp/Zope-3.1.0/Support/zpkgsetup/setup.py", line 103, in initialize
self.scan(depname, pkgdir, reldir)
File "/tmp/Zope-3.1.0/Support/zpkgsetup/setup.py", line 191, in scan
self.scan_package(name, directory, reldir)
File "/tmp/Zope-3.1.0/Support/zpkgsetup/setup.py", line 202, in scan_package
pkginfo = package.loadPackageInfo(name, directory, reldir)
File "/tmp/Zope-3.1.0/Support/zpkgsetup/package.py", line 100, in
loadPackageInfo
pkginfo = read_package_info(directory, reldir)
File "/tmp/Zope-3.1.0/Support/zpkgsetup/package.py", line 157, in
read_package_info
data_files[:] = expand_globs(directory, reldir, data_files)
File "/tmp/Zope-3.1.0/Support/zpkgsetup/package.py", line 294, in
expand_globs
raise ValueError(
ValueError: filename pattern '*-configure.zcml' doesn't match any files
make: *** [build] Error 1



Any idea what causing this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope3-users/attachments/20051010/002b3de5/attachment.htm


More information about the Zope3-users mailing list