Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run error in python ?! #16

Open
QAbot-zh opened this issue May 30, 2020 · 0 comments
Open

run error in python ?! #16

QAbot-zh opened this issue May 30, 2020 · 0 comments

Comments

@QAbot-zh
Copy link

I have compile the code. The bin file can run normally. But it exists error when I use python to import it.
The error information is as below:

➜  ~ python   
Python 2.7.12 (default, Apr 15 2020, 17:07:12) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import bulletsimpy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/zxy/learning-code/bulletsim/bulletsimpy/__init__.py", line 1, in <module>
    from cbulletsimpy import *
ImportError: /home/zxy/learning-code/bulletsim/build/lib/cbulletsimpy.so: undefined symbol: _ZN5boost6python6detail11init_moduleER11PyModuleDefPFvvE
>>> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant