I'm a complete beginner following the steps in _The Definitive Guide
To Pylons.
The 'paster create' command worked with no apparent problems. But
this
command:
paster serve --reload development.ini
gets a stack traceback that ends like this:
File "/u/john/tcc/mylons/root/lib/python2.6/site-packages/
PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py", line
561, in get_context object_type, name=name)
File "/u/john/tcc/mylons/root/lib/python2.6/site-packages/
PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py", line
587, in find_egg_entry_point
possible.append((entry.load(), protocol, entry.name))
File "/u/john/tcc/mylons/root/lib/python2.6/site-packages/
setuptools-0.6c9-py2.6.egg/pkg_resources.py", line 1913,
in load
ImportError: No module named config.middleware
Where do I go from here? There is a file config/middleware.py.
I haven't touched any file since the 'paster serve'.
--
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.