On Oct 5, 3:16 pm, Stratos Papadopoulos <[email protected]> wrote: > > However under Ubuntu 10.04 and python 2.6, paste is not able to serve > any page, and I get the following error messages: > > the following packages exist in the virtual environment: > Routes-1.12.3-py2.6.egg, Paste-1.7.5.1-py2.6.egg, Pylons-1.0- > py2.6.egg, WebHelpers-1.2-py2.6.egg) >
Many thanks to all members for the answers. I do have non-ascii characters in the html text (and I consider it is a major limiitation). My first page is a mako file, rendered from a controller, not a static html page (from the public directory) Accidentally the problem was solved in my case (without changing the html content), by installing again the FormBuild-2.2.0-py2.6.egg package with easy_install. This package installed also: WebHelpers-0.6.4-py2.6.egg (downgrade from version 1.2) and now paste no longer complaints about non-ascii characters and the page is being displayed without problems. Stratos -- 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.
