You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
Hi All,
I had a question regarding how to import SWIG generated python wrappers onto pytrack. SWIG is an interface generator which I've used to convert my C code to python.
It creates a .so shared object binary and a python file that can be dropped into any project and then be used in python. I have the SWIG wrapper ready and tested. It works as expected.
Maybe this is not the correct place to ask it but going through the questions in the forum, I saw that you simply need to place .py in the flash of the pytrack and then you need to import it in the code.
My question
I would also need the SWIG generated .so file along with .py file for it work correctly. Would pytrack be able to work with the shared object binary?
Thank you!
The text was updated successfully, but these errors were encountered:
dhavalhparikh
changed the title
Importing SWIG python wrappers
[Question] Importing SWIG python wrappers
Apr 3, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi All,
I had a question regarding how to import SWIG generated python wrappers onto pytrack.
SWIG is an interface generator which I've used to convert my C code to python.
It creates a
.so
shared object binary and a python file that can be dropped into any project and then be used in python. I have the SWIG wrapper ready and tested. It works as expected.Maybe this is not the correct place to ask it but going through the questions in the forum, I saw that you simply need to place
.py
in the flash of the pytrack and then you need to import it in the code.My question
I would also need the SWIG generated
.so
file along with .py file for it work correctly. Would pytrack be able to work with the shared object binary?Thank you!
The text was updated successfully, but these errors were encountered: