On Thu, Sep 18, 2008 at 1:00 AM, Jorge Vargas <[EMAIL PROTECTED]> wrote:
>
> On Wed, Sep 17, 2008 at 7:15 PM, Josh Heitzman <[EMAIL PROTECTED]> wrote:
>>
>> Well, it turns out this just something wrong with GAE's SDK upgrade
>> process.  I uninstalled 1.1.1 before installing 1.1.3, but apparently
>> that isn't good enough, as you need to delete what's left in the
>> directly as well.  I figured that out by restoring my hard drive to an
>> earlier image, installing 1.1.1 verfying my app worked, then
>> uninstalling it, then deleting what was left, then installing 1.1.3
>> and now this time it worked just fine.
>>
>> Can't say I'm pleased that their poorly written installer ate up the
>> better part of my day, but I'm glad to have my app working again.
>>
> doesn't the SDK updates itself? or the windows one doesn't? maybe you
> where not supposed to uninstall the older version first.

On Linux I just unpack a self-contained tarball, so switching versions
is just a matter of typing a different path to dev_appserver.py, and
one version doesn't know about another's libraries.

GAE wouldn't be the first program that breaks if pieces of the
previous version is lying around, so I'm not surprised you had to
delete the old one completely to get it to work.  Maybe the Windows
installer could be improved; I don't know what "what was left" means.
If it's *.pyc files, sometimes Python gets confused and thinks a .pyc
is up to date when it isn't, so just deleting the files corrects this.

-- 
Mike Orr <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to