Re: How to add anchor on URL - I don't want to redirect the page

2012-02-22 Thread Norman Ives
It is documented here: http://docs.pylonsproject.org/projects/pyramid/en/latest/api/request.html#pyramid.request.Request.route_url I speak under correction, but I believe questions of this nature should go to the pylons-discuss list. On 22 Feb 2012, at 6:55 PM, Zane wrote: > How to add anchor

Re: Beginner Trouble. Advice Please.

2012-01-29 Thread Norman Ives
You need to run your script with the interpreter from the virtualenv into which you installed pyramid. Use bin/python, where bin the same directory as in your easy_install command below. On 14 Jan 2012, at 6:03 PM, Eric wrote: > I am running Python 2.7 on Ubuntu 11.10 > I installed setuptools,

How do you use traversal and resource trees?

2011-11-11 Thread Norman Ives
Hi list This message is about using pyramid, rather than about its development. I hope that's okay. I'm new to the traversal mechanism for managing resources and views. I really like the idea of a resource tree. I thought I'd write a quick note on how I'm using it in the hope of drawing commen

Re: web2pyramid

2011-11-09 Thread Norman Ives
at needs to be created (by me if I use it) or not. > Do you know who made it? In this case I could ask directly if the authors > need to be acknowledged and how. I will not be copying it, just use some > parts, not prettyPhoto. > > Massimo > > > On Nov 9, 2011, at 11:20

Re: web2pyramid

2011-11-09 Thread Norman Ives
The list is alive and well, usually. I can't really answer your questions, but I can say style.css comes from html5doctor.com prettyPhoto.css from http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/ On 09 Nov 2011, at 6:51 PM, Massimo Di Pierro wrote: > I this list

Re: cron-like service with pyramid

2011-10-19 Thread Norman Ives
Cron and atrun are widely available and easy to use. It is also quite painless to access your configured pyramid app; read http://docs.pylonsproject.org/projects/pyramid/dev/narr/commandline.html and http://docs.pylonsproject.org/projects/pyramid/dev/api/paster.html. On 18 Oct 2011, at 9:43 PM