I'll try it later today and let you know whether it installs correctly
now.
As for the zope.component issue, I'll have another look at that as
well. Somehow (on Windows + Python 3.2), creating a start scaffold and
then running setup.py test -q results in the error below.
======================================================================
ERROR: test_my_view (speqs.tests.ViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<mypath>\speqs\speqs\tests.py", line 7, in setUp
self.config = testing.setUp()
File "<mypath>\SpeqsToolProto1\lib\site-packages\pyramid-1.3.1-
py3.2.egg\pyramid\testing.py", line 830, in setUp
have_zca and hook_zca and config.hook_zca()
File "<mypath>\SpeqsToolProto1\lib\site-packages\pyramid-1.3.1-
py3.2.egg\pyramid\config\zca.py", line 12, in hook_zca
from zope.component import getSiteManager
File "<mypath>\SpeqsToolProto1\lib\site-packages
\zope.component-3.12.1-py3.2.egg\zope\component\__init__.py", line 21,
in <module>
from zope.component.interfaces import ComponentLookupError
File "<mypath>\SpeqsToolProto1\lib\site-packages
\zope.component-3.12.1-py3.2.egg\zope\component\interfaces.py", line
115
interface=Interface, name=u'',
^
SyntaxError: invalid syntax
----------------------------------------------------------------------
Ran 1 test in 0.062s
FAILED (errors=1)
Process finished with exit code 1
> >>>
https://github.com/Pylons/pyramid/issues/512formore information.