-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Multiple errors when trying to use ctypeslib2 instead of ctypeslib #100
Comments
All 3 issues are due to python version. The code is python 3.8 and later. |
Thanks for your answer, indeed it works with python 3.8. |
One more question, once again related to Ubuntu distributions. 1- launch clang2py on Ubuntu 16.04
returns nothing, whereas it should return an output. Is it normal? 2- launch clang2py on Ubuntu 18.04
returns the following, which is not the same exact expected output. Is it normal?
Thanks. |
I was able to have an output under Ubuntu 16.04 after installing LLVM 12 :) Now : I have DEBUG:cursorhandler:cursor.type:INVALID 'errors' leading to an empty output when parsing all files from a same directory (works with some files from here, but when adding other files I have this issue). I think I'm not far from the solution, but do you know how could I resolve this issue? Thank you |
After some more analysis, it appears that the following #define is making the issue happen (that leads to an empty output, as a reminder) :
For info, in debug logs:
Do you know why this happen? |
@trolldbois hello, any idea for this issue with this variadic arguments function ? |
Hi, still anybody has a clue to avoid this issue? |
Hello, I would like to know if maintenance is still ongoing on this library, because I still have the issue with #define based on a variadic function? Thanks |
@FloSim82 Would you be able to open an issue, just for that, with a simple poc and the specific versions of python, clang and python clang package you are using ? |
Thanks for your answer. |
Issue #106 has bee n reported for the latest issue, thanks again |
Hello, i'm facing different issues when trying to use ctypeslib2 instead of ctypeslib.
I listed them all above, and I'm sorry to use one ticket but I don't know if they are related...
1- Python2 installation issue
First, what I did is :
But I'm facing this issue :
2- Python2 Import issue
I tried on a Ubuntu 18.04 machine and it installed successfully the 2.3.2 version.
But when I try to import
ctypeslib
in python2 console, I see this issue :3- Python3 Import issue
Thus, I also tried with python3, it installed successfully the 2.3.2 version.
But when I try to import
ctypeslib
in python3 console, or when launching clang2py, I see this issue :Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: