Guest User

Untitled

a guest
Jul 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. > .\bin\instance.exe fg
  2. Traceback (most recent call last):
  3. File "E:\buildout\plone4coredev\bin\instance-script.py", line 203, in <module>
  4. + sys.argv[1:])
  5. File "e:\buildout\plone4coredev\src\plone.recipe.zope2instance\src\plone\recipe\zope2instance\ctl.py", line 232, in mai
  6. options.realize(args, doc=__doc__)
  7. File "e:\buildout\plone4coredev\eggs\zope2-2.12.1-py2.6-win32.egg\Zope2\Startup\zopectl.py", line 148, in realize
  8. ZDOptions.realize(self, *args, **kw)
  9. File "e:\buildout\plone4coredev\eggs\zdaemon-2.0.4-py2.6.egg\zdaemon\zdoptions.py", line 290, in realize
  10. self.load_schema()
  11. File "e:\buildout\plone4coredev\eggs\zdaemon-2.0.4-py2.6.egg\zdaemon\zdoptions.py", line 338, in load_schema
  12. self.schema = ZConfig.loadSchema(self.schemafile)
  13. File "e:\buildout\plone4coredev\eggs\zconfig-2.7.1-py2.6.egg\ZConfig\loader.py", line 32, in loadSchema
  14. return SchemaLoader().loadURL(url)
  15. File "e:\buildout\plone4coredev\eggs\zconfig-2.7.1-py2.6.egg\ZConfig\loader.py", line 66, in loadURL
  16. return self.loadResource(r)
  17. File "e:\buildout\plone4coredev\eggs\zconfig-2.7.1-py2.6.egg\ZConfig\loader.py", line 187, in loadResource
  18. schema = ZConfig.schema.parseResource(resource, self)
  19. File "e:\buildout\plone4coredev\eggs\zconfig-2.7.1-py2.6.egg\ZConfig\schema.py", line 27, in parseResource
  20. xml.sax.parse(resource.file, parser)
  21. File "D:\local-x86\Python26\lib\xml\sax\__init__.py", line 33, in parse
  22. parser.parse(source)
  23. File "D:\local-x86\Python26\lib\xml\sax\expatreader.py", line 107, in parse
  24. xmlreader.IncrementalParser.parse(self, source)
  25. File "D:\local-x86\Python26\lib\xml\sax\xmlreader.py", line 123, in parse
  26. self.feed(buffer)
  27. File "D:\local-x86\Python26\lib\xml\sax\expatreader.py", line 207, in feed
  28. self._parser.Parse(data, isFinal)
  29. File "D:\local-x86\Python26\lib\xml\sax\expatreader.py", line 301, in start_element
  30. self._cont_handler.startElement(name, AttributesImpl(attrs))
  31. File "e:\buildout\plone4coredev\eggs\zconfig-2.7.1-py2.6.egg\ZConfig\schema.py", line 103, in startElement
  32. getattr(self, "start_" + name)(attrs)
  33. File "e:\buildout\plone4coredev\eggs\zconfig-2.7.1-py2.6.egg\ZConfig\schema.py", line 306, in start_import
  34. src = self._loader.schemaComponentSource(pkg, file)
  35. File "e:\buildout\plone4coredev\eggs\zconfig-2.7.1-py2.6.egg\ZConfig\loader.py", line 204, in schemaComponentSource
  36. __import__(package)
  37. File "e:\buildout\plone4coredev\eggs\zope2-2.12.1-py2.6-win32.egg\ZServer\__init__.py", line 41, in <module>
  38. from HTTPServer import zhttp_server, zhttp_handler
  39. File "e:\buildout\plone4coredev\eggs\zope2-2.12.1-py2.6-win32.egg\ZServer\HTTPServer.py", line 44, in <module>
  40. from HTTPResponse import make_response
  41. File "e:\buildout\plone4coredev\eggs\zope2-2.12.1-py2.6-win32.egg\ZServer\HTTPResponse.py", line 23, in <module>
  42. from ZPublisher.HTTPResponse import HTTPResponse
  43. File "e:\buildout\plone4coredev\eggs\zope2-2.12.1-py2.6-win32.egg\ZPublisher\__init__.py", line 22, in <module>
  44. from zExceptions import NotFound, BadRequest, InternalError, Forbidden
  45. File "e:\buildout\plone4coredev\eggs\zope2-2.12.1-py2.6-win32.egg\zExceptions\__init__.py", line 25, in <module>
  46. from zope.interface.common.interfaces import IException
  47. File "d:\local-x86\python26\lib\site-packages\zope\interface\common\interfaces.py", line 80, in <module>
  48. classImplements(OverflowWarning, IOverflowWarning)
  49. NameError: name 'OverflowWarning' is not defined
Add Comment
Please, Sign In to add comment