VSIDO Community

VSIDO Support => General Support => Topic started by: VastOne on March 02, 2013, 03:34:03 PM

Title: Python 2.7 update
Post by: VastOne on March 02, 2013, 03:34:03 PM
Anyone doing a recent

sudo apt-get update && sudo apt-get dist-upgrade

will get an update of python to 2.7.3-4 and will most likely see a bug report and an error after updating which in turn will halt the apt process

All you need to do to correct it is to run:

sudo apt-get install -f

This will clear the error and allow python to update correctly and apt to clear

I have been running the new version of python for several days with no issues
Title: Re: Python 2.7 update
Post by: Sector11 on March 03, 2013, 12:31:18 AM
Done - thanks.
Title: Re: Python 2.7 update
Post by: jst_joe on March 03, 2013, 01:01:45 AM
That's the python version I'm running since yesterday when I ran smxi.
I don't remember seeing a bug report, that doesn't mean I didn't just hit y (I usually do unless smxi says not to) and go on.
It upgraded my kernel to 3.7.0-10.dmz.1 also and I haven't experienced any problems.  :)
Title: Re: Python 2.7 update
Post by: lwfitz on March 03, 2013, 02:07:26 AM
I ran into exactly this last last night when I updated but thought it was cuz I had spaced it and not updated in like 4 weeks  ;D

sudo apt-get install -f

fixed it for me also. Thanks VastOne