[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] installing gnumed on debian
From: |
Hilmar Berger |
Subject: |
Re: [Gnumed-devel] installing gnumed on debian |
Date: |
Tue, 20 Apr 2004 23:10:35 +0200 |
On Tue, 20 Apr 2004 22:27:09 +0200
Dieter Wirz <address@hidden> wrote:
> ImportError: No module named distutils.core
If you want to build and install python packages by hand you will have to
install python2.X-dev (where 2.X is you python version). This package contains
the distutils package you need.
Try
aptitude search python2.X-dev
and/or aptitude install python2.X-dev.
> Does anybody have experience with gnumed on a Debian Box (In fact it is a
> Knoppix HD install)
Have a look at the Installation instructions in the UserManual available from
gnumed.org website.
Hilmar