-
Notifications
You must be signed in to change notification settings - Fork 2
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
_ctypes #4
Comments
Btw, pretty cool stuff, I ported it to work for Python-3.5 as well. |
Hi, thanks for your comment. I haven't worked on this project in several years, so I am not sure why that would happen. Ideally, no https://github.com/patmarion/NumpyBuiltinExample/blob/master/files/Setup.local Thanks for porting it to Python-3.5. If your work is available on github, maybe you could post a link to it here? It's possible others will look for a python3 example and could benefit! |
Thanks. I am using the same version of numpy and python as is included in this repo (the tars), but still get the same dynamic loading behaviour for ctypes. |
When I run
helloFrozen test.py
, it lists_ctypes
as being read as.so
.Is this to be expected?
The text was updated successfully, but these errors were encountered: