Followed the installation instructions for Pyramid 1.0, but when executing the simple first app described at this link
http://docs.pylonsproject.org/projects/pyramid/1.0/narr/firstapp.html I get the following traceback. Any ideas what I might have done incorrectly? Thanks. Traceback (most recent call last): File "hello.py", line 1, in <module> from pyramid.config import Configurator File "/home/paul/foo/env/lib/python2.6/site-packages/pyramid-1.0- py2.6.egg/pyramid/config.py", line 12, in <module> from zope.configuration.config import GroupingContextDecorator File "/home/paul/foo/env/lib/python2.6/site-packages/ zope.configuration-3.7.2-py2.6.egg/zope/configuration/config.py", line 25, in <module> import zope.schema ImportError: No module named schema -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
