From 63e0b6b37574481f35bdfcce861f860416d35299 Mon Sep 17 00:00:00 2001 From: bryce Date: Sun, 13 Jan 2008 08:15:50 +0000 Subject: [PATCH] Adding additional directions for installing script pre-requisites --- share/extensions/perspective.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.30.2