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
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
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
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
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
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
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