From 922aa6734dda2ea733ddd97858c2b6bb676d0354 Mon Sep 17 00:00:00 2001 From: Juan Pablo Caram Date: Mon, 19 Jan 2015 12:41:34 -0500 Subject: [PATCH] Added python-simplejson line to setup_ubuntu.sh. --- camlib.py | 1 - setup_ubuntu.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/camlib.py b/camlib.py index 8251659f..aa938586 100644 --- a/camlib.py +++ b/camlib.py @@ -2194,7 +2194,6 @@ class CNCjob(Geometry): else: self.zdownrate = None - # Attributes to be included in serialization # Always append to it because it carries contents # from Geometry. diff --git a/setup_ubuntu.sh b/setup_ubuntu.sh index 08f56c54..cc9aae95 100755 --- a/setup_ubuntu.sh +++ b/setup_ubuntu.sh @@ -2,6 +2,7 @@ apt-get install libpng-dev apt-get install libfreetype6 libfreetype6-dev apt-get install python-dev +apt-get install python-simplejson apt-get install python-qt4 apt-get install python-numpy python-scipy python-matplotlib apt-get install libgeos-dev