On Thu, 2011-03-10 at 13:14 -0800, pmorrow wrote: > 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
It sounds as if you may not have created your virtualenv with the --no-site-packages flag. Could you try it again with that flag? - C > > 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.
