diff --git a/build-svg-support.bash b/build-svg-support.bash index 19d6afad..fb323ffa 100644 --- a/build-svg-support.bash +++ b/build-svg-support.bash @@ -19,7 +19,8 @@ cd .. mkdir b cd b - cmake ../binding-example/ + cmake -DCMAKE_BUILD_TYPE=Debug ../binding-example/ make ) || true -export PYTHONPATH="`pwd`/kcardgame/b" +dir="`pwd`/kcardgame/b" +export PYTHONPATH="$dir" LD_LIBRARY_PATH="$dir" diff --git a/pysollib/images.py b/pysollib/images.py index 3861b074..d4d06237 100644 --- a/pysollib/images.py +++ b/pysollib/images.py @@ -185,7 +185,6 @@ class Images: '/usr/share/carddecks/' + 'svg-ancient-egyptians/Ancient_Egyptians.svgz') for n, rec in self.cs.getFaceCardNames(): - print(n) self._card.append(self.__loadCard(n + self.cs.ext, rec=rec)) self._card[-1].filename = n if progress: