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