lcrocker / ojcardlib

Card game library and tools.
12 stars 1 forks source link

python uses code referencing missing method ojt_name #3

Open joel-petersen opened 8 years ago

joel-petersen commented 8 years ago

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.

lcrocker commented 8 years ago

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 https://github.com/lcrocker/ojcardlib/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMMCCX76zbJdD9txdoHDoZYMYS0pGQHks5qeiakgaJpZM4JhfhY .