summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2008-01-13 08:15:50 +0000
committerbryce <bryce@users.sourceforge.net>2008-01-13 08:15:50 +0000
commit0e03002a33fbdbd593eeacb9cbe12ffd6bfc6192 (patch)
tree6c79dbabd763db8c6aedee5b94a0793858fbcca0
parentAdding extra info on how to get the python-lxml extension. (diff)
downloadinkscape-0e03002a33fbdbd593eeacb9cbe12ffd6bfc6192.tar.gz
inkscape-0e03002a33fbdbd593eeacb9cbe12ffd6bfc6192.zip
Adding additional directions for installing script pre-requisites
(bzr r4473)
-rwxr-xr-xshare/extensions/perspective.py2
1 files changed, 1 insertions, 1 deletions
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}