aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorefigs <morefigs@gmail.com>2017-06-29 17:15:57 +1000
committerGitHub <noreply@github.com>2017-06-29 17:15:57 +1000
commitf54f656daba78957a92f6dffd43c95949aba1703 (patch)
treead5f081ec7b38810f1f68f6d1fb44aa6854849aa
parent0702ee84b2c4b4a32376b1da11af80c9296262ad (diff)
parentbd5dfd1f5129a721cfb2de8d11f691f5925e3542 (diff)
downloadpymba-f54f656daba78957a92f6dffd43c95949aba1703.tar.gz
pymba-f54f656daba78957a92f6dffd43c95949aba1703.zip
Merge pull request #49 from fstarr/morefigs-pr
Update vimbadll.py
-rw-r--r--pymba/vimbadll.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pymba/vimbadll.py b/pymba/vimbadll.py
index 1ae7773..8dd7e81 100644
--- a/pymba/vimbadll.py
+++ b/pymba/vimbadll.py
@@ -44,7 +44,7 @@ else:
[1:-3])
vimbaC_path = "/" + vimba_dir + "/VimbaC/DynamicLib/x86_64bit/libVimbaC.so"
elif 'x86_32' in os.uname()[4]:
- print "Warning: x86_32 reached!"
+ print("Warning: x86_32 reached!")
assert os.environ.get(
"GENICAM_GENTL32_PATH"), "you need your GENICAM_GENTL32_PATH environment set. Make sure you have Vimba installed, and you have loaded the /etc/profile.d/ scripts"
vimba_dir = "/".join(os.environ.get("GENICAM_GENTL32_PATH").split("/")