pyinstaller: _libcouchbase module not found after building the executable
问题 I have a simple python script that imports couchbase module on Ubuntu 14.04: $ cat test.py from couchbase import Couchbase print 'module _libcouchbase found' Running from interpreter works fine: $ python test.py module _libcouchbase found Created an executable: $ pyinstaller test.py Running the executable throws an error of unable to import _libcouchbase module: $ ./dist/test/test Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/local/lib/python2.7/dist