-
Notifications
You must be signed in to change notification settings - Fork 29
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
pywrap does not work #130
Comments
CI says it does work. This tool is not really meant to be used by general public, better download release package with sources. If you really want to try, then take a look at the CI pipeline, but you'll be mostly on your own. |
Hi Adam, I'd like to use cadquery_ocp in build123d and build123d in my openscad fork which understands python. Now the issue is the openscad repeatedly starts and stops the python enginge(to make sure that there are no old results) if i start python the 2nd time from within the same program start, i get errors like: issue, is that the generic type is still registerd in the pwrap/pybind11 something like this in pybind11.h. what do you think ? [gsohler@fedora pybind11]$ diff pybind11.h pybind11.h.fix
|
It does not look like you need to regenerate the bindings, so just use the released sources. Regarding pybind11, I really don't know, try asking on their issue tracker. Quick search yields this: pybind/pybind11#1925 , so you are probably out of luck. |
Hi
Following your documentation, i run:
pywrap -i /usr/include/clang/ -l /usr/lib64/libclang.so all ocp.toml
but get this error finally:
clang.cindex.LibclangError: /usr/lib64/libclang.so: undefined symbol: clang_CXXMethod_isDeleted. Please ensure that your python bindings are compatible with your libclang.so version.
and I got few questions:
Thank you :)
The text was updated successfully, but these errors were encountered: