recurring problem with Python
Asked by
nicenick
on 2007-02-09
Ubuntu 6.0.6 Dapper
Python2.3-4 suite was a needed dependancy for an application I installed with Synaptic Package manager from the repositiories.
Ever since, with each Upgrade I get the following error message:
"The following problems we found on your system E:python2.3-4 suite: Sub process post-installation script returned error exit status 2"
What is wrong and / or how do I clear / fix this mesage.
I have used synaptic to install Python2.3-4 suite directly but I still get this message every time
Nice Nick
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Kees Cook
- Solved:
- 2007-02-10
- Last query:
- 2007-02-10
- Last reply:
- 2007-02-10
Ralph Janke (txwikinger) said : | #1 |
Try
sudo dpkg --configure -a
|
#2 |
If you no longer require python2.3-4suite, you can also explicitly remove it from the commandline with:
sudo dpkg -P python2.3-4suite
nicenick (dahudie720-coa) said : | #3 |
Thanks, I removed it. No more message
To post a message you must log in.