[Zope3-Users] Problems building Zope3

John Poltorak jp at warpix.org
Tue Dec 6 04:21:44 EST 2005


Can anyone tell me what may have gone wrong here?

/usr/bin/python.exe install.py -q build
Traceback (most recent call last):
  File "install.py", line 28, in ?
    context.initialize()
  File "G:/ux2bs/workdir/Zope-3.1.0/Support/zpkgsetup/setup.py", line 83, 
in initialize
    self.scan(self._pkgname, pkgdir, self._pkgname)
  File "G:/ux2bs/workdir/Zope-3.1.0/Support/zpkgsetup/setup.py", line 193, 
in scan
    self.scan_collection(name, directory, reldir)
  File "G:/ux2bs/workdir/Zope-3.1.0/Support/zpkgsetup/setup.py", line 197, 
in scan_collection
    pkginfo = package.loadCollectionInfo(directory, reldir)
  File "G:/ux2bs/workdir/Zope-3.1.0/Support/zpkgsetup/package.py", line 
120, in loadCollectionInfo
    pkginfo = read_package_info(directory, reldir)
  File "G:/ux2bs/workdir/Zope-3.1.0/Support/zpkgsetup/package.py", line 
153, in read_package_info
    pkginfo, _ = cfgparser.loadConfigFile(get_schema(), f, url)
  File "G:/ux2bs/workdir/Zope-3.1.0/Support/zpkgsetup/cfgparser.py", line 
52, in loadSchemaCache
    schema = loader_factory().loadURL(path)
  File "G:/ux2bs/workdir/Zope-3.1.0/Support/ZConfig/loader.py", line 63, 
in loadURL
    r = self.openResource(url)
  File "G:/ux2bs/workdir/Zope-3.1.0/Support/ZConfig/loader.py", line 102, 
in openResource
    self._raise_open_error(url, str(e))
  File "G:/ux2bs/workdir/Zope-3.1.0/Support/ZConfig/loader.py", line 114, 
in _raise_open_error
    url)
ZConfig.ConfigurationError: error opening file 
//G:/ux2bs/workdir/Zope-3.1.0/Support/zpkgsetup/package.xml: [Errno ftp 
error] no host given
make: *** [build] Error 1


Does this mean I need to specify hostname before building Zope3 ?


-- 
John





More information about the Zope3-users mailing list