Guest User

Untitled

a guest
Nov 23rd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.47 KB | None | 0 0
  1. /Users/hpeter/workspace/phonogen4/parts/instance/bin/runzope -X debug-mode=on
  2. 2011-09-12 20:37:51 INFO ZServer HTTP server started at Mon Sep 12 20:37:51 2011
  3. Hostname: 0.0.0.0
  4. Port: 11110
  5. 2011-09-12 20:38:05 INFO Marshall libxml2-python not available. Unable to register libxml2 based marshallers, at least SimpleXMLMarshaller
  6. 2011-09-12 20:38:18 INFO IntelliDateTime Installing Product
  7. 2011-09-12 20:38:26 WARNING Application Duplicate Product name: After loading Product 'PythonField' from '/Users/hpeter/workspace/phonogen4/parts/productdistros', I skipped the one in '/Users/hpeter/workspace/phonogen4/eggs/Products.PythonField-1.1.3-py2.4.egg/Products'.
  8. 2011-09-12 20:38:26 WARNING Application Duplicate Product name: After loading Product 'TALESField' from '/Users/hpeter/workspace/phonogen4/parts/productdistros', I skipped the one in '/Users/hpeter/workspace/phonogen4/eggs/Products.TALESField-1.1.3-py2.4.egg/Products'.
  9. 2011-09-12 20:38:26 WARNING Application Duplicate Product name: After loading Product 'TemplateFields' from '/Users/hpeter/workspace/phonogen4/parts/productdistros', I skipped the one in '/Users/hpeter/workspace/phonogen4/eggs/Products.TemplateFields-1.2.5-py2.4.egg/Products'.
  10. /Users/hpeter/workspace/phonogen4/parts/productdistros/blob/zopefile.py:16: DeprecationWarning: Using OFS.content_types is deprecated (will be removed in Zope 2.11). Instead use zope.contenttype.
  11. from OFS.content_types import guess_content_type
  12. 2011-09-12 20:38:29 WARNING Application Duplicate Product name: After loading Product 'kupu' from '/Users/hpeter/workspace/phonogen4/parts/productdistros', I skipped the one in '/Users/hpeter/workspace/phonogen4/eggs/Products.kupu-1.4.16-py2.4.egg/Products'.
  13. 2011-09-12 20:38:29 WARNING Application Duplicate Product name: After loading Product 'qPloneGoogleSitemaps' from '/Users/hpeter/workspace/phonogen4/parts/productdistros', I skipped the one in '/Users/hpeter/workspace/phonogen4/products'.
  14. /Users/hpeter/workspace/phonogen4/parts/productdistros/AnalyticsForPlone/__init__.py:36: DeprecationWarning: The product_name parameter of ToolInit is now ignored
  15. icon='analytics_icon.gif',
  16. /Users/hpeter/workspace/phonogen4/products/BlobFile/__init__.py:19: DeprecationWarning: The product_name parameter of ToolInit is now ignored
  17. icon='tool.gif', ).initialize(context)
  18. /Users/hpeter/workspace/phonogen4/eggs/p4a.ploneaudio-1.0.1-py2.4.egg/p4a/ploneaudio/indexing.py:19: DeprecationWarning: The registerIndexableAttribute hook has been deprecated and will be
  19. removed in Plone 4.0. Please use the following pattern instead:
  20. >>> from plone.indexer.decorator import indexer
  21. >>> @indexer(Interface)
  22. ... def my_indexer(object):
  23. ... return <some value>
  24. Then register the indexer as an adapter in ZCML:
  25. <adapter factory='.indexers.my_indexer' name='my_attribute' />
  26. Note that you can (and should) use a more specific interface for your
  27. indexer to ensure that it only applies to a particular content type.
  28.  
  29. registerIndexableAttribute('audio_artist', audio_artist)
  30. /Users/hpeter/workspace/phonogen4/eggs/p4a.ploneaudio-1.0.1-py2.4.egg/p4a/ploneaudio/indexing.py:33: DeprecationWarning: The registerIndexableAttribute hook has been deprecated and will be
  31. removed in Plone 4.0. Please use the following pattern instead:
  32. >>> from plone.indexer.decorator import indexer
  33. >>> @indexer(Interface)
  34. ... def my_indexer(object):
  35. ... return <some value>
  36. Then register the indexer as an adapter in ZCML:
  37. <adapter factory='.indexers.my_indexer' name='my_attribute' />
  38. Note that you can (and should) use a more specific interface for your
  39. indexer to ensure that it only applies to a particular content type.
  40.  
  41. registerIndexableAttribute('audio_genre_id', audio_genre_id)
  42. /Users/hpeter/workspace/phonogen4/eggs/p4a.ploneaudio-1.0.1-py2.4.egg/p4a/ploneaudio/indexing.py:53: DeprecationWarning: The registerIndexableAttribute hook has been deprecated and will be
  43. removed in Plone 4.0. Please use the following pattern instead:
  44. >>> from plone.indexer.decorator import indexer
  45. >>> @indexer(Interface)
  46. ... def my_indexer(object):
  47. ... return <some value>
  48. Then register the indexer as an adapter in ZCML:
  49. <adapter factory='.indexers.my_indexer' name='my_attribute' />
  50. Note that you can (and should) use a more specific interface for your
  51. indexer to ensure that it only applies to a particular content type.
  52.  
  53. registerIndexableAttribute('SearchableText', SearchableText)
  54. 2011-09-12 20:38:44 INFO p4a.z2utils.patches Extending CMFDynamicViewFTI's dynamic view support with interfaces.
  55. 2011-09-12 20:38:44 INFO p4a.ploneaudio.sitesetup Using five.localsitemanager
  56. /Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/fields.py:417: UserWarning: You did not specify an i18n translation domain for the 'description' field in /Users/hpeter/workspace/phonogen4/eggs/p4a.ploneaudio-1.0.1-py2.4.egg/p4a/ploneaudio/configure.zcml
  57. warnings.warn(
  58. /Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/fields.py:417: UserWarning: You did not specify an i18n translation domain for the 'title' field in /Users/hpeter/workspace/phonogen4/eggs/p4a.ploneaudio-1.0.1-py2.4.egg/p4a/ploneaudio/configure.zcml
  59. warnings.warn(
  60. /Users/hpeter/workspace/phonogen4/eggs/p4a.ploneaudio-1.0.1-py2.4.egg/p4a/ploneaudio/atct.py:5: DeprecationWarning: zope.app.annotation has moved to zope.annotation. Import of zope.app.annotation will become unsupported in Zope 3.5
  61. from zope.app.annotation import interfaces as annointerfaces
  62. /Users/hpeter/workspace/phonogen4/eggs/p4a.ploneaudio-1.0.1-py2.4.egg/p4a/ploneaudio/atct.py:12: DeprecationWarning: objectevent is deprecated. Event support has been moved to zope.component.event, life cycle events to zope.lifecycleevent. This reference will be gone in Zope 3.5
  63. from zope.app.event import objectevent
  64. /Users/hpeter/workspace/phonogen4/eggs/p4a.audio-1.0.1-py2.4.egg/p4a/audio/audioanno.py:14: DeprecationWarning: ObjectEvent is deprecated. It has moved to zope.component.interfaces. This reference will be gone in Zope 3.5.
  65. class AudioAnnotationAddedEvent(objectevent.ObjectEvent):
  66. /Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py:184: DeprecationWarning: zope.app.event.interfaces has moved to zope.lifecycleevent.interfaces. Import of zope.app.event.interfaces will become unsupported in Zope 3.5
  67. mod = __import__(mname, *_import_chickens)
  68. 2011-09-12 20:39:02 INFO Archetypes Products.Archetypes-1.5.17-py2.4.egg/Products/Archetypes/Field.py[286]:_validationLayer
  69. WARNING: Unknow validation None. Disabling!
  70.  
  71. 2011-09-12 20:39:02 ERROR Application Couldn't install Five
  72. Traceback (most recent call last):
  73. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/OFS/Application.py", line 786, in install_product
  74. initmethod(context)
  75. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/Products/Five/__init__.py", line 28, in initialize
  76. zcml.load_site()
  77. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/Products/Five/zcml.py", line 53, in load_site
  78. _context = xmlconfig.file(file)
  79. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 579, in file
  80. include(context, name, package)
  81. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 515, in include
  82. processxmlfile(f, context)
  83. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 370, in processxmlfile
  84. parser.parse(src)
  85. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
  86. xmlreader.IncrementalParser.parse(self, source)
  87. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
  88. self.feed(buffer)
  89. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
  90. self._parser.Parse(data, isFinal)
  91. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
  92. self._cont_handler.endElementNS(pair, None)
  93. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 349, in endElementNS
  94. self.context.end()
  95. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 544, in end
  96. self.stack.pop().finish()
  97. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 692, in finish
  98. actions = self.handler(context, **args)
  99. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/Products/Five/fiveconfigure.py", line 78, in loadProducts
  100. handleBrokenProduct(product)
  101. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/Products/Five/fiveconfigure.py", line 76, in loadProducts
  102. xmlconfig.include(_context, zcml, package=product)
  103. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 515, in include
  104. processxmlfile(f, context)
  105. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 370, in processxmlfile
  106. parser.parse(src)
  107. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
  108. xmlreader.IncrementalParser.parse(self, source)
  109. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
  110. self.feed(buffer)
  111. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
  112. self._parser.Parse(data, isFinal)
  113. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
  114. self._cont_handler.endElementNS(pair, None)
  115. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 349, in endElementNS
  116. self.context.end()
  117. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 544, in end
  118. self.stack.pop().finish()
  119. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 692, in finish
  120. actions = self.handler(context, **args)
  121. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 515, in include
  122. processxmlfile(f, context)
  123. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 370, in processxmlfile
  124. parser.parse(src)
  125. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
  126. xmlreader.IncrementalParser.parse(self, source)
  127. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
  128. self.feed(buffer)
  129. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
  130. self._parser.Parse(data, isFinal)
  131. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
  132. self._cont_handler.endElementNS(pair, None)
  133. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 349, in endElementNS
  134. self.context.end()
  135. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 544, in end
  136. self.stack.pop().finish()
  137. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 692, in finish
  138. actions = self.handler(context, **args)
  139. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 515, in include
  140. processxmlfile(f, context)
  141. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 370, in processxmlfile
  142. parser.parse(src)
  143. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
  144. xmlreader.IncrementalParser.parse(self, source)
  145. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
  146. self.feed(buffer)
  147. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
  148. self._parser.Parse(data, isFinal)
  149. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
  150. self._cont_handler.endElementNS(pair, None)
  151. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 349, in endElementNS
  152. self.context.end()
  153. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 544, in end
  154. self.stack.pop().finish()
  155. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 691, in finish
  156. args = toargs(context, *self.argdata)
  157. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 1383, in toargs
  158. args[str(name)] = field.fromUnicode(s)
  159. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
  160. value = self.context.resolve(name)
  161. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 184, in resolve
  162. mod = __import__(mname, *_import_chickens)
  163. File "/Users/hpeter/workspace/phonogen4/products/PhonogenTypes/CDReview.py", line 184, in ?
  164. class CDReview(BaseFolder, ATCTMixin, BrowserDefaultMixin):
  165. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/interface/advice.py", line 132, in advise
  166. return callback(newClass)
  167. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/interface/declarations.py", line 485, in _implements_advice
  168. classImplements(cls, *interfaces)
  169. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/interface/declarations.py", line 462, in classImplements
  170. spec.declared += tuple(_normalizeargs(interfaces))
  171. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/interface/declarations.py", line 1371, in _normalizeargs
  172. _normalizeargs(v, output)
  173. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/interface/declarations.py", line 1370, in _normalizeargs
  174. for v in sequence:
  175. ZopeXMLConfigurationError: File "/Users/hpeter/workspace/phonogen4/parts/instance/etc/site.zcml", line 15.2-15.23
  176. ZopeXMLConfigurationError: File "/Users/hpeter/workspace/phonogen4/products/PhonogenTypes/configure.zcml", line 15.2-15.33
  177. ZopeXMLConfigurationError: File "/Users/hpeter/workspace/phonogen4/products/PhonogenTypes/includes.zcml", line 4.1-4.34
  178. ZopeXMLConfigurationError: File "/Users/hpeter/workspace/phonogen4/products/PhonogenTypes/implements.zcml", line 7.2-10.5
  179. TypeError: Error when calling the metaclass bases
  180. iteration over non-sequence
  181. Traceback (most recent call last):
  182. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/Zope2/Startup/run.py", line 56, in ?
  183. run()
  184. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/Zope2/Startup/run.py", line 21, in run
  185. starter.prepare()
  186. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/Zope2/Startup/__init__.py", line 102, in prepare
  187. self.startZope()
  188. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/Zope2/Startup/__init__.py", line 278, in startZope
  189. Zope2.startup()
  190. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/Zope2/__init__.py", line 47, in startup
  191. _startup()
  192. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/Zope2/App/startup.py", line 102, in startup
  193. OFS.Application.initialize(application)
  194. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/OFS/Application.py", line 309, in initialize
  195. initializer.initialize()
  196. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/OFS/Application.py", line 338, in initialize
  197. self.install_products()
  198. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/OFS/Application.py", line 603, in install_products
  199. return install_products(app)
  200. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/OFS/Application.py", line 634, in install_products
  201. folder_permissions, raise_exc=debug_mode)
  202. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/OFS/Application.py", line 786, in install_product
  203. initmethod(context)
  204. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/Products/Five/__init__.py", line 28, in initialize
  205. zcml.load_site()
  206. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/Products/Five/zcml.py", line 53, in load_site
  207. _context = xmlconfig.file(file)
  208. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 579, in file
  209. include(context, name, package)
  210. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 515, in include
  211. processxmlfile(f, context)
  212. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 370, in processxmlfile
  213. parser.parse(src)
  214. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
  215. xmlreader.IncrementalParser.parse(self, source)
  216. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
  217. self.feed(buffer)
  218. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
  219. self._parser.Parse(data, isFinal)
  220. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
  221. self._cont_handler.endElementNS(pair, None)
  222. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 349, in endElementNS
  223. self.context.end()
  224. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 544, in end
  225. self.stack.pop().finish()
  226. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 692, in finish
  227. actions = self.handler(context, **args)
  228. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/Products/Five/fiveconfigure.py", line 78, in loadProducts
  229. handleBrokenProduct(product)
  230. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/Products/Five/fiveconfigure.py", line 76, in loadProducts
  231. xmlconfig.include(_context, zcml, package=product)
  232. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 515, in include
  233. processxmlfile(f, context)
  234. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 370, in processxmlfile
  235. parser.parse(src)
  236. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
  237. xmlreader.IncrementalParser.parse(self, source)
  238. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
  239. self.feed(buffer)
  240. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
  241. self._parser.Parse(data, isFinal)
  242. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
  243. self._cont_handler.endElementNS(pair, None)
  244. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 349, in endElementNS
  245. self.context.end()
  246. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 544, in end
  247. self.stack.pop().finish()
  248. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 692, in finish
  249. actions = self.handler(context, **args)
  250. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 515, in include
  251. processxmlfile(f, context)
  252. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 370, in processxmlfile
  253. parser.parse(src)
  254. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
  255. xmlreader.IncrementalParser.parse(self, source)
  256. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
  257. self.feed(buffer)
  258. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
  259. self._parser.Parse(data, isFinal)
  260. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
  261. self._cont_handler.endElementNS(pair, None)
  262. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 349, in endElementNS
  263. self.context.end()
  264. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 544, in end
  265. self.stack.pop().finish()
  266. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 692, in finish
  267. actions = self.handler(context, **args)
  268. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 515, in include
  269. processxmlfile(f, context)
  270. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 370, in processxmlfile
  271. parser.parse(src)
  272. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
  273. xmlreader.IncrementalParser.parse(self, source)
  274. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
  275. self.feed(buffer)
  276. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
  277. self._parser.Parse(data, isFinal)
  278. File "/Users/hpeter/workspace/python/parts/opt/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
  279. self._cont_handler.endElementNS(pair, None)
  280. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/xmlconfig.py", line 349, in endElementNS
  281. self.context.end()
  282. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 544, in end
  283. self.stack.pop().finish()
  284. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 691, in finish
  285. args = toargs(context, *self.argdata)
  286. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 1383, in toargs
  287. args[str(name)] = field.fromUnicode(s)
  288. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
  289. value = self.context.resolve(name)
  290. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/configuration/config.py", line 184, in resolve
  291. mod = __import__(mname, *_import_chickens)
  292. File "/Users/hpeter/workspace/phonogen4/products/PhonogenTypes/CDReview.py", line 184, in ?
  293. class CDReview(BaseFolder, ATCTMixin, BrowserDefaultMixin):
  294. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/interface/advice.py", line 132, in advise
  295. return callback(newClass)
  296. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/interface/declarations.py", line 485, in _implements_advice
  297. classImplements(cls, *interfaces)
  298. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/interface/declarations.py", line 462, in classImplements
  299. spec.declared += tuple(_normalizeargs(interfaces))
  300. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/interface/declarations.py", line 1371, in _normalizeargs
  301. _normalizeargs(v, output)
  302. File "/Users/hpeter/workspace/phonogen4/parts/zope2/lib/python/zope/interface/declarations.py", line 1370, in _normalizeargs
  303. for v in sequence:
  304. zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/Users/hpeter/workspace/phonogen4/parts/instance/etc/site.zcml", line 15.2-15.23
  305. ZopeXMLConfigurationError: File "/Users/hpeter/workspace/phonogen4/products/PhonogenTypes/configure.zcml", line 15.2-15.33
  306. ZopeXMLConfigurationError: File "/Users/hpeter/workspace/phonogen4/products/PhonogenTypes/includes.zcml", line 4.1-4.34
  307. ZopeXMLConfigurationError: File "/Users/hpeter/workspace/phonogen4/products/PhonogenTypes/implements.zcml", line 7.2-10.5
  308. TypeError: Error when calling the metaclass bases
  309. iteration over non-sequence
Add Comment
Please, Sign In to add comment