Re: test fail on win + sqlite

2007-07-16 Thread Carl Karsten
Carl Karsten wrote: > Ran on a 2nd box. no fails. > > biggest diff I can think of: space in dir name of dir I was in on the first > box. Any chance of this? another diff: used setup.py install on box with 3 errors, manually created dj.pth on the box with no errors. Carl K --~--~-

Re: test fail on win + sqlite

2007-07-16 Thread Malcolm Tredinnick
On Mon, 2007-07-16 at 18:05 -0500, Carl Karsten wrote: > I am trying to setup my site on a win box, not for production, but just to > demo > to a friend. I got errors, and so I tried the unit tests, and got 3 errors. > (below) > > The summary from IRC: > (04:46:25 PM) mattmcc: Hmm. Two trans

Re: test fail on win + sqlite

2007-07-16 Thread Carl Karsten
Ran on a 2nd box. no fails. biggest diff I can think of: space in dir name of dir I was in on the first box. Any chance of this? Carl K --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" gro

test fail on win + sqlite

2007-07-16 Thread Carl Karsten
I am trying to setup my site on a win box, not for production, but just to demo to a friend. I got errors, and so I tried the unit tests, and got 3 errors. (below) The summary from IRC: (04:46:25 PM) mattmcc: Hmm. Two translation issues, and a unicode issue. and a description of the problem