From: bryce Date: Sun, 13 Jan 2008 08:15:50 +0000 (+0000) Subject: Adding additional directions for installing script pre-requisites X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=63e0b6b37574481f35bdfcce861f860416d35299;p=inkscape.git Adding additional directions for installing script pre-requisites --- diff --git a/share/extensions/perspective.py b/share/extensions/perspective.py index c00a8d65d..dda5606de 100755 --- a/share/extensions/perspective.py +++ b/share/extensions/perspective.py @@ -24,7 +24,7 @@ try: from numpy import * from numpy.linalg import * except: - inkex.debug("Failed to import the numpy or numpy.linalg modules. These modules are required by this extension. Please install them and try again.") + inkex.debug("Failed to import the numpy or numpy.linalg modules. These modules are required by this extension. Please install them and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy.") sys.exit() uuconv = {'in':90.0, 'pt':1.25, 'px':1, 'mm':3.5433070866, 'cm':35.433070866, 'pc':15.0}