Re: Help: Error while rendering chameleon zpt template

2011-01-25 Thread Wichert Akkerman
FWIW: we have many genshi templates with Chinese text encoded in UTF-8, and they work fine with Chameleon. Wichert. On 1/25/11 12:00 , Savio Sabino wrote: with char codes© and© work fine. On 25 jan, 08:45, Savio Sabino wrote: Maybe this a problem of encode in windows or an application in w

Re: Help: Error while rendering chameleon zpt template

2011-01-25 Thread Savio Sabino
with char codes © and © work fine. On 25 jan, 08:45, Savio Sabino wrote: > Maybe this a problem of encode in windows or an application in > windows. > > On 25 jan, 08:44, Savio Sabino wrote: > > > I copy and paste the views of the tutorial web page in pylonsproject. > > And I have test the frame

Re: Help: Error while rendering chameleon zpt template

2011-01-25 Thread Savio Sabino
Maybe this a problem of encode in windows or an application in windows. On 25 jan, 08:44, Savio Sabino wrote: > I copy and paste the views of the tutorial web page in pylonsproject. > And I have test the framework in windows xp using: > notepad++. > google chrome. > cmd. > python 2.5. > > for ins

Re: Help: Error while rendering chameleon zpt template

2011-01-25 Thread Savio Sabino
I copy and paste the views of the tutorial web page in pylonsproject. And I have test the framework in windows xp using: notepad++. google chrome. cmd. python 2.5. for install I follow the tutorial (use of: easy_install,virtualenv,paste). On 24 jan, 16:48, Chris McDonough wrote: > I'd love to k

Re: Help: Error while rendering chameleon zpt template

2011-01-24 Thread Chris McDonough
I'd love to know more about this. For the record, on my system, the code at https://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki2/src and https://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki/src "just works" even though it contains the copyright character. Does it work w

Re: Help: Error while rendering chameleon zpt template

2011-01-24 Thread Savio Sabino
I also new at pylons/pyramid and have testing the tutorial with wiki and have the same problem. Delete all © caracter from templates (edit.pt and view.pt). second other thread: http://groups.google.com/group/pylons-devel/browse_thread/thread/1c4b022930115271?fwc=1&pli=1 I don't know the cause. An

Re: Help: Error while rendering chameleon zpt template

2011-01-12 Thread ravi teja
The error was due to the copyright character '©' before 'Copyright..' in the footer div of the template. Chameleon templates might not recognize this character. --Teja -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, se

Re: Help: Error while rendering chameleon zpt template

2011-01-12 Thread ravi teja
Thanks for your quick response, Chris. This is the traceback in text format: The problem is in view.pt, i m trying to figure out. I have the same view.pt, given in your tutorial application (http://docs.pylonshq.com/pyramid/dev/tutorials/wiki2/definingviews.html) URL: http://localhost:6543/Fro

Re: Help: Error while rendering chameleon zpt template

2011-01-12 Thread Chris McDonough
On Wed, 2011-01-12 at 11:08 -0800, ravi teja wrote: > Hello everyone, I am getting the following error while running the > tutorial wiki-application. I am using view_renderer directly in the > main(__init__.py) to render my chameleon zpt templates. Sorry, I'm unable to parse this. You need to sh

Help: Error while rendering chameleon zpt template

2011-01-12 Thread ravi teja
Hello everyone, I am getting the following error while running the tutorial wiki-application. I am using view_renderer directly in the main(__init__.py) to render my chameleon zpt templates. WebError Traceback: RuntimeError: Unable to read body Can anyone tell me what's causing it. FYI, I am