Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
64 views

Debian Etch - Mercurial in Eclipse

I'm running a Debian Etch system with eclipse. I installed mercurial (http://www.javaforge.com/project/HGE) for eclipse indigo (latest version I guess). And I installed mercurial via the sudo apt-get ...
2
votes
2answers
1k views

How do I install Image::Magick on Debian etch?

I've been trying to install Image::Magick on Debian etch for a while without great success. I've got graphicsmagick-libmagick-dev-compat installed, but can't find the .deb for Perl's Image::Magick. ...
1
vote
1answer
652 views

Make SetupTools/easy_install aware of installed Debian Packages?

I'm installing an egg with easy_install which requires ruledispatch. It isn't available in PyPI, and when I use PEAK's version it FTBFS. There is, however, a python-dispatch package which provides the ...