Re: Python unicode issues when running in django environment

2010-03-17 Thread Karen Tracey
On Wed, Mar 17, 2010 at 1:08 PM, Tom Evans wrote: > Hmm, still a bit confused why it doesn't exhibit the issue under a > regular python 2.5 shell if it is a python 2.5 issue. Something > definitely 'tweaks' the environment going through the django shell > rather than the python shell. Must only b

Re: Python unicode issues when running in django environment

2010-03-17 Thread Tom Evans
On Wed, Mar 17, 2010 at 4:33 PM, Karen Tracey wrote: > On Wed, Mar 17, 2010 at 12:14 PM, Tom Evans > wrote: >> >> Any pointers? > > http://bugs.python.org/issue1288615 > > It's fixed in current Python 2.6, I believe. > > However, this is a shell-only issue, so I'm not sure it will explain your >

Re: Python unicode issues when running in django environment

2010-03-17 Thread Karen Tracey
On Wed, Mar 17, 2010 at 12:14 PM, Tom Evans wrote: > Any pointers? http://bugs.python.org/issue1288615 It's fixed in current Python 2.6, I believe. However, this is a shell-only issue, so I'm not sure it will explain your original problem. Karen -- You received this message because you are