PDA

View Full Version : error trying install python-wxgtk2.6



PLIACHAS PASCHALIS
March 15th, 2007, 10:28 PM
when i try to install python-wxgtk2.6 following the advise o this post:
http://www.ubuntuforums.org/showthread.php?t=218001&highlight=wxpython
i get an error telling me that errors became while prossecing the: gtk-engines-eazel
any advise?
Thanks anyway

Arby
March 16th, 2007, 09:54 AM
We'll be able to help you better if you show us what the specific errors are. Can you run
sudo apt-get install package_name_here in a terminal and post the output here so we can see what's happening.

PLIACHAS PASCHALIS
March 16th, 2007, 02:31 PM
sudo apt-get install kiki python-wxglade

i get the following which is in Greek language:
Ανάγνωση Λιστών Πακέτων... Ολοκληρώθηκε
Κατασκευή Δένδρου Εξαρτήσεων
Reading state information... Ολοκληρώθηκε
το kiki είναι ήδη η τελευταία έκδοση.
το python-wxglade είναι ήδη η τελευταία έκδοση.
Τα ακόλουθα πακέτα που εγκαταστάθηκαν αυτόματα και δεν χρειάζονται πια:
libdc1394-13 libpostproc0d libdvbpsi4 libavformat0d libxosd2 libvlc0 vlc-nox
libdvdnav4 libiso9660-4 libavcodec0d libtar libvcdinfo0
Χρησμοποιήστε το 'apt-get autoremove' για να τα απομακρύνετε
0 αναβαθμίστηκαν, 0 νέο εγκατεστημένα, 0 θα αφαιρεθούν και 0 δεν αναβαθμίζονται.
1 μη πλήρως εγκατεστημένα ή αφαιρέθηκαν.
Χρειάζεται να μεταφορτωθούν 0B από αρχεία.
Μετά την αποσυμπίεση θα χρησιμοποιηθούν 0B χώρου από το δίσκο.
Γίνεται εγκατάσταση gtk-engines-eazel (0.3-5.1) ...
dpkg (υποδιεργασία): αδύνατη η εκτέλεση post-installation script: Exec format error
dpkg: σφάλμα στην επεξεργασία του gtk-engines-eazel (--configure):
η υποδιεργασία post-installation script επέστρεψε κατάσταση λάθους 2
Προέκυψαν σφάλματα κατά την επεξεργασία του:
gtk-engines-eazel
E: Sub-process /usr/bin/dpkg returned an error code (1)
paschalis@paschalis-desktop:~$

i 'll try to translate the bolded message
istalling gtk-engines-eazel (0.3-5.1) ...
dpkg (subroutine):unable to run post-installation script: Exec format error
dpkg: error processing gtk-engines-eazel (--configure):
subroutine post-installation script returned situation error 2
errors become while prossesing:
gtk-engines-eazel
E: Sub-process /usr/bin/dpkg returned an error code (1)
paschalis@paschalis-desktop:~$

Arby
March 16th, 2007, 02:52 PM
OK, you've found a bug in the gtk-eazel package. Specifically, this bug (https://launchpad.net/ubuntu/+source/eazel-engine/+bug/68668). What version of Ubuntu do you run, according to that bug report this has been fixed in Feisty?

So it would seem the solution to your problem is to upgrade to feisty, either now or when it is released in a few weeks (April sometime). The problem is actually caused by the package containing an empty file for an install script. Apparently, the solution was to remove this file from the package. Doing that manually would be a pain and I can't help you with it because I don't know how.

Sorry, there's not much else I can do. My last shot in the dark would be to see if you can get the source code for gtk-eazel from somewhere and compile it yourself but I'm not too confident about that.

PLIACHAS PASCHALIS
March 16th, 2007, 05:07 PM
thanks for reply. my edubuntu is set to update automatically every time there is an update.