[Zope3-Users] Help with building Zope3

John Poltorak jp at warpix.org
Sat Dec 10 08:15:25 EST 2005


On Sat, Dec 10, 2005 at 08:03:15AM -0500, Stephan Richter wrote:
> On Saturday 10 December 2005 04:20, John Poltorak wrote:
> > Is this the right list to ask about problems encountered in building
> > Zope3?
> 
> yep.

Great!

Maybe someone can 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 ?



 
> Regards,
> Stephan
> -- 
> Stephan Richter
> CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
> Web2k - Web Software Design, Development and Training


-- 
John





More information about the Zope3-users mailing list