Re: How to: pyramid composite app with urlmap under python 3?

2012-11-07 Thread Arndt Droullier
uWSGI supports multiple apps. Though in a different way than paste. Have you tried it? Arndt. 2012/11/5 Benjamin Behringer benjamin.behrin...@gmail.com Hi, I want to use a composite app in pyramid with urlmap under python 3. Is there a url mapper that will work with python3? The one from

Re: Context still is DefaultRootFactory although root_factory is custom

2012-11-07 Thread khairi hafsham
thank you for the fast reply. after hours of debugging, it turned out to be a silly mistake. there was another duplicate configurator overwriting the one that i set with the custom rootfactory. sorry for wasting your time. -- You received this message because you are subscribed to the Google

Mako 0.7.3 Released

2012-11-07 Thread Michael Bayer
hey lists - Mako 0.7.3 is now available. This is a bugfix release which includes the following fixes listed below. Download Mako 0.7.3 at: http://www.makotemplates.org/download.html 0.7.3 - [bug] legacy_html_escape function, used when Markupsafe isn't installed, was using an

recommend a wysiwyg editor for a pyramid project?

2012-11-07 Thread Chris Withers
Hi All, What's the editor choice to go for nowadays? I'm ideally looking for one with good support for uploading images, resizing them client or server side, and with good clean html generated that I can style with my own css. thanks for any help, Chris -- Simplistix - Content Management,

How to handle multiple views in one page

2012-11-07 Thread Marten
Hello, I searched a lot through documentation and examples, but I couldn't find any best practise on how to tie together a bunch of views to one page. You'll surely know dashbords that contain dozends of containers like load graphs, contact details, latest tasks in history, pending

Re: recommend a wysiwyg editor for a pyramid project?

2012-11-07 Thread Marten
I would be astounded so see something like that. Unlike virtually static pages, images and stylesheets, that can be extended with some syntax-highlighted PHP code in Dreamweaver, pyramid allows to use arbitrary renderers (e.g. Mako or Jinja2), each having a different syntax. The folder with

Re: recommend a wysiwyg editor for a pyramid project?

2012-11-07 Thread Chris Withers
On 07/11/2012 21:36, Marten wrote: I would be astounded so see something like that. I'm afraid you have astoundingly the wrong end of the stick ;-) Admittedly, I perhaps wasn't as clear as I should have been, but I'm looking at things like TinyMCE and FCKEditor. (or even, showing my age,

Re: recommend a wysiwyg editor for a pyramid project?

2012-11-07 Thread Steve Piercy
Here's one. http://ckeditor.com/ And the file upload/manager plugin for it: https://github.com/simogeo/Filemanager If you use it, you must provide some kind of auth policy, and I recommend you change the default path for UserFiles to reduce the attacks by the Google dork technique. Support

Re: recommend a wysiwyg editor for a pyramid project?

2012-11-07 Thread Chris Withers
On 07/11/2012 23:20, Chris Withers wrote: On 07/11/2012 21:36, Marten wrote: I would be astounded so see something like that. I'm afraid you have astoundingly the wrong end of the stick ;-) Admittedly, I perhaps wasn't as clear as I should have been, but I'm looking at things like TinyMCE

Re: recommend a wysiwyg editor for a pyramid project?

2012-11-07 Thread andrew Sawyers
Chris, On Wed, 2012-11-07 at 23:28 +, Chris Withers wrote: On 07/11/2012 23:20, Chris Withers wrote: On 07/11/2012 21:36, Marten wrote: Admittedly, I perhaps wasn't as clear as I should have been, but I'm looking at things like TinyMCE and FCKEditor. (or even, showing my age, Kupu)

Re: recommend a wysiwyg editor for a pyramid project?

2012-11-07 Thread Carlos de la Guardia
Deform uses TinyMCE for the RichText widget. Carlos de la Guardia On Wed, Nov 7, 2012 at 5:28 PM, Chris Withers ch...@simplistix.co.uk wrote: On 07/11/2012 23:20, Chris Withers wrote: On 07/11/2012 21:36, Marten wrote: I would be astounded so see something like that. I'm afraid you have

Re: recommend a wysiwyg editor for a pyramid project?

2012-11-07 Thread Steve Piercy
On 11/7/12 at 11:28 PM, ch...@simplistix.co.uk (Chris Withers) pronounced: On 07/11/2012 23:20, Chris Withers wrote: Just wondering which paths people had been down with Pyramid and if there are any recommendations... I want to pick something that will let content authors put together pages

Re: How to handle multiple views in one page

2012-11-07 Thread Andreas Kaiser
On 07.11.2012, at 22:21, Marten lehm...@cnm.de wrote: I searched a lot through documentation and examples, but I couldn't find any best practise on how to tie together a bunch of views to one page. You'll surely know dashbords that contain dozends of containers like load graphs, contact