Re: ANN: WHIFF += Mako treeview url rewrites

2009-10-28 Thread Paul Boddie
On 27 Okt, 18:26, Aaron Watters aaron.watt...@gmail.com wrote: Alex sent me the traceback (thanks!) and after consulting the logs and the pages I figured out that the version of Firefox in question was not ignoring my javascript links like it should.  Instead FF was interpreting them as HTTP

Re: ANN: WHIFF += Mako treeview url rewrites

2009-10-27 Thread Paul Boddie
On 27 Okt, 03:49, Aaron Watters aaron.watt...@gmail.com wrote: WHIFF now includes components for implementing tree views for web navigation panes or other purposes, either using AJAX or frame reloads.  Try the GenBank demo at http://aaron.oirt.rutgers.edu/myapp/GenBankTree/index This looks

Re: ANN: WHIFF += Mako treeview url rewrites

2009-10-27 Thread Aaron Watters
On Oct 27, 7:04 am, Paul Boddie p...@boddie.org.uk wrote: On 27 Okt, 03:49, Aaron Watters aaron.watt...@gmail.com wrote: WHIFF now includes components for implementing tree views for web navigation panes or other purposes, either using AJAX or frame reloads.  Try the GenBank demo at

Re: ANN: WHIFF += Mako treeview url rewrites

2009-10-27 Thread Aaron Watters
Paul Boddie wrote: On 27 Okt, 03:49, Aaron Watters aaron.watt...@gmail.com wrote: ... http://aaron.oirt.rutgers.edu/myapp/GenBankTree/index This looks interesting, but when I have JavaScript switched off, I get a big traceback ... I just tried it. How do you get a traceback? For me none

Re: ANN: WHIFF += Mako treeview url rewrites

2009-10-27 Thread alex23
Aaron Watters aaron.watt...@gmail.com wrote: I just tried it.  How do you get a traceback?  For me none of the javascript links work: they just do nothing. I'm getting the same as Paul in Firefox 3.5.3 with javascript disabled: class 'whiff.resolver.ModuleRootResolutionException' Python 2.5:

Re: ANN: WHIFF += Mako treeview url rewrites

2009-10-27 Thread Aaron Watters
On Oct 27, 8:02 am, alex23 wuwe...@gmail.com wrote: If you need a full traceback, let me know. Well, yes, the bottom of the traceback would be more useful :). -- Aaron Watters -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: WHIFF += Mako treeview url rewrites

2009-10-27 Thread Aaron Watters
On Oct 27, 8:16 am, Aaron Watters aaron.watt...@gmail.com wrote: On Oct 27, 8:02 am, alex23 wuwe...@gmail.com wrote: If you need a full traceback, let me know. Well, yes, the bottom of the traceback would be more useful :).    -- Aaron Watters Alex sent me the traceback (thanks!) and

ANN: WHIFF += Mako treeview url rewrites

2009-10-26 Thread Aaron Watters
WHIFF 0.6 RELEASED WHIFF += Mako treeview url rewrites WHIFF is a collection of support services for Python/WSGI Web applications which allows applications to be composed by dropping dynamic pages into container directories. This mode of development will be familiar to developers who have