-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Hi! I've been getting the following error after running make and make test:
ImportError: ./examples.so: undefined symbol: _ZNK5boost6python7objects21py_function_impl_base9max_arityEv
Some info about my configuration:
Ubuntu 12.04
g++ 4.6.3
Python 2.7.3
boost 1.48
Fixed it by changing the lines 20-22 in the Make file into:
(Following the answer from http://stackoverflow.com/questions/1780003/import-error-on-boost-python-hello-program)
Maybe it helps someone, thanks for sharing the code!
Best,
Petar
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels