Ed/Paul, >> I pull the language and locale settings of the local machine for use, >> and it affects all of my display so Date, Time, Currency Display and >> Language are defined.
> The user has the option of setting up this info manually; if they don't, the > python 'locale' module handles getting the systems defaults. The one area Python has disappointed me is with its locale module. For a single application, the locale module works fine, but it is not thread safe and thus can not be used with many Python web server frameworks. I have posted multiple times to the python mailing list asking how others are handling this issue, but have never received a reply. Do you guys have any suggestions? (My situation: A cherrypy based web server application where each session may want to operate with a different locale). Thanks! Malcolm _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

