[Bug 1079836] Re: Python 2.7 fails to install after upgrade from 12.04 to 12.10

2012-11-28 Thread Matthias Klose
ok, looks like a local, or a local corrupted file error ** Changed in: python2.7 (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1079836 Title: Python 2.7 fails

[Bug 1079836] Re: Python 2.7 fails to install after upgrade from 12.04 to 12.10

2012-11-24 Thread Christopher Garay
Thanks for your help Adam and Scott. apt-get --reinstall install python-minimal apt-get --reinstall install python solved this problem for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1079836

Re: [Bug 1079836] Re: Python 2.7 fails to install after upgrade from 12.04 to 12.10

2012-11-18 Thread Christopher Garay
I receive the following error: E: Internal Error, No file name for python2.7:amd64 sudo apt-get install python2.7 yields this error which may be informative: Reading package lists... Building dependency tree... Reading state information... python2.7 is already the newest version. 0 upgraded, 0

Re: [Bug 1079836] Re: Python 2.7 fails to install after upgrade from 12.04 to 12.10

2012-11-18 Thread Scott Kitterman
Is this a 32 bit or 64 bit installation? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1079836 Title: Python 2.7 fails to install after upgrade from 12.04 to 12.10 To manage notifications about

Re: [Bug 1079836] Re: Python 2.7 fails to install after upgrade from 12.04 to 12.10

2012-11-18 Thread Christopher Garay
This is a 64 bit installation. On Nov 18, 2012, at 2:00 PM, Scott Kitterman ubu...@kitterman.com wrote: Is this a 32 bit or 64 bit installation? -- You received this bug notification because you are subscribed to the bug report. https://bugs.launchpad.net/bugs/1079836 Title: Python 2.7

[Bug 1079836] Re: Python 2.7 fails to install after upgrade from 12.04 to 12.10

2012-11-18 Thread Adam Conrad
The missing file above is in python2.7-minimal, not in python2.7. I suspect the local installation and subsequent removal/cleaning of it may have wiped out some bits there. A manual dpkg -i (or perhaps apt-get --reinstall install python2.7-minimal) followed by trying the same for python2.7

[Bug 1079836] Re: Python 2.7 fails to install after upgrade from 12.04 to 12.10

2012-11-16 Thread Christopher Garay
I've tried that as well. Removing the libraries I installed and using Ubuntu's python executable results in the following error: Traceback (most recent call last): File stdin, line 1, in module ImportError: No module named site -- You received this bug notification because you are a member

Re: [Bug 1079836] Re: Python 2.7 fails to install after upgrade from 12.04 to 12.10

2012-11-16 Thread Scott Kitterman
What happens if you do: sudo apt-get install python2.7 --reinstall -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1079836 Title: Python 2.7 fails to install after upgrade from 12.04 to 12.10 To