Installation on Xubuntu 13.10

Asked by S.Schoelch

Got following error:

"There are no package managers that are compatible
with this installer. Please read INSTALLER.txt
for manual installation instructions."

wich manager is nessecary?

(I would be able to install it manualy but i have to set up 18 x41t maybe there is a other way...)

Question information

Language:
German Edit question
Status:
Solved
For:
Magick Rotation Edit question
Assignee:
Favux Edit question
Solved by:
Favux
Solved:
Last query:
Last reply:
Revision history for this message
Best Favux (favux-is) said :
#1

Which version of Magick are you using? 1.6.2?

Make sure the 'gksu' package is installed.

In apt_pm.py change:
from apt.progress import InstallProgress

to:
from apt.progress.base import InstallProgress

Good luck.

Revision history for this message
S.Schoelch (bartlby) said :
#2

Thank you!

Worked.
Gksu was already installed and i tryed 1.6.2 .

On my private machine i'll try 1.7, maybe i'm able to support a little bit.
Great work.

Revision history for this message
S.Schoelch (bartlby) said :
#3

Thanks Favux, that solved my question.