Hello,
I've had a pyramid app running in production for about a year. I also
have the app deployed on one of our dev servers. I've been asked to
add a new feature and so now when I start my app on the dev server,
all of the static resources (for instance via
<script type="text/javascript" src="${request.static_url('opv:static/
js/jquery-1.4.2.min.js')}"></script>
in the <head> section) are not available. For every single one I'm
getting 404 (not found). I have the static resources configured with:
config.add_static_view(name='static', path='opv:static')
I don't remember changing anything that could break thinks like
this.
The dev app is running on Cent/OS and being served by paster and
running with python-2.6. When I started getting this problem I tried
upgrading to the latest pyramid version (pyramid-1.2.1) for the heck
of it, but that didn't change anything.
Does anyone have a suggestion for things to look for that could have
caused this? I'm stumped.
Thanks,
Craig
--
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.