Re: Install over old level produces mutant

2008-09-16 Thread Karen Tracey
On Tue, Sep 16, 2008 at 5:23 PM, Steve Holden <[EMAIL PROTECTED]> wrote: > > Fredrik Lundh wrote: > > Karen Tracey wrote: > > > > > >> We've had at least three people run into a problem (#9090) after > >> installing 1.0 over an old level. Now, we do document that before > >> installing you should

Re: Install over old level produces mutant

2008-09-16 Thread Steve Holden
Fredrik Lundh wrote: > Karen Tracey wrote: > > >> We've had at least three people run into a problem (#9090) after >> installing 1.0 over an old level. Now, we do document that before >> installing you should remove any old level. But I find the results when >> you don't rather odd. It's n

Re: Install over old level produces mutant

2008-09-16 Thread Fredrik Lundh
Karen Tracey wrote: > We've had at least three people run into a problem (#9090) after > installing 1.0 over an old level. Now, we do document that before > installing you should remove any old level. But I find the results when > you don't rather odd. It's not just old files renamed/deleted

Re: Install over old level produces mutant [solved!]

2008-09-16 Thread Steve Holden
Steve Holden wrote: [...] > I've just done an install of 1.0 on my Python 2.6 alpha2 distribution > and I see, for example, that .../django/views/static.py is dated > 12/17/2007. In this case there wasn't a previous installation, so I > can't verify that the compilation won't take place if there's

Re: Install over old level produces mutant [solved!]

2008-09-16 Thread Steve Holden
Karen Tracey wrote: > We've had at least three people run into a problem (#9090) after > installing 1.0 over an old level. Now, we do document that before > installing you should remove any old level. But I find the results > when you don't rather odd. It's not just old files renamed/deleted in

Re: Install over old level produces mutant

2008-09-16 Thread [EMAIL PROTECTED]
We could definately have it do the check pretty easily just by shoe horning some stuff at the top of setup.py, actually offering to uninstall might be more complicated, although it could probably be done in the same way. On Sep 16, 1:20 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > We've had at

Install over old level produces mutant

2008-09-16 Thread Karen Tracey
We've had at least three people run into a problem (#9090) after installing 1.0 over an old level. Now, we do document that before installing you should remove any old level. But I find the results when you don't rather odd. It's not just old files renamed/deleted in the new level that wind up be