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

python uses code referencing missing method ojt_name #3

Open
joel-petersen opened this issue Aug 10, 2016 · 1 comment
Open

python uses code referencing missing method ojt_name #3

joel-petersen opened this issue Aug 10, 2016 · 1 comment

Comments

@joel-petersen
Copy link

my steps were:

  1. make lib
  2. make python
  3. cp basic.py into build
  4. run python basic.py.

And I get the following errors:
ojlib.ojt_name.restype = c_char_p
...
AttributeError: dlsym(RTLD_DEFAULT, ojt_name): symbol not found

I tried searching the source for ojt_name, but that method doesnt seem to be defined in python or the c/h files. I tried replacing the method with ojt_fullname, but that doesnt have the same function signature.

Thanks.

@joel-petersen joel-petersen changed the title python use code references missing method ojt_name python uses code referencing missing method ojt_name Aug 10, 2016
@lcrocker
Copy link
Owner

Sounds like I made a change without propagating it to Python. I'll look
into it.

On Wed, Aug 10, 2016, 5:42 PM joel-petersen notifications@github.com
wrote:

my steps were:

  1. make lib
  2. make python
  3. cp basic.py into build
  4. run python basic.py.

And I get the following errors:
ojlib.ojt_name.restype = c_char_p
...
AttributeError: dlsym(RTLD_DEFAULT, ojt_name): symbol not found

I tried searching the source for ojt_name, but that method doesnt seem to
be defined in python or the c/h files. I tried replacing the method with
ojt_fullname, but that doesnt have the same function signature.

Thanks.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#3, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAMMCCX76zbJdD9txdoHDoZYMYS0pGQHks5qeiakgaJpZM4JhfhY
.

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

2 participants