recurring problem with Python

Asked by nicenick

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:
Last query:
Last reply:
Revision history for this message
Ralph Janke (txwikinger) said :
#1

Try

sudo dpkg --configure -a

Revision history for this message
Best Kees Cook (kees) said :
#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

Revision history for this message
nicenick (dahudie720-coa) said :
#3

Thanks, I removed it. No more message