Hi there, I has TG running on suse 10.2 and it works just fine. While I do speak French, I have not yet had cause to code any accented characters in a TG app on suse yet.
I suspect, however that that your issue is not a TG problem. Do regular python scripts with accented characters in the source work? (i.e. is it a Python issue?) Do other apps work or shell scripts work? (i.e. is a suse mis-configuration issue?) As for the forms, I would also check your browser? Can you enter accented characters on other forms (google search, for example)? Is your browser encoding set correctly? It should be a TG issue, but is smells to me like a lower level/system issue. Encodings are a pain. Hope this helps, Krys On Tuesday 12 June 2007 11:02, [EMAIL PROTECTED] wrote: > That's true, it's rather a sort of how-to-get-turbogears-running-on- > SuSE problem. That's why I posted here, because I suspect somebody > else on the list has also encountered this problem > > On 12 jun, 16:51, Christopher Arndt <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] schrieb: > > > I am using SuSE 10.2 (i586), after tweaking some paths and installing > > > the header files for python 2.5 I got everything up and running. > > > However I have got some problems with type encoding, I cannot use > > > accents (é, è, ñ) in string literals within the script, nor can I > > > introduce these chars in the forms. I use a spanish keyboard layout > > > > > > I have tried to set the -*- encoding in the scripts, but still bump > > > into the problem. ¿Anybody can help? > > > > I suggest you ask for help on the Python Tutor mailing list [1]. This > > does not seem to be a TurboGears specific problem. > > > > Chris > > > > [1]http://mail.python.org/mailman/listinfo/tutor > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

