We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a working whell of the cdb module for windows and python 2.7. The prerequisite is working mingw installation. The steps I had to take are:
open_read
fsync
extra_link_args=['-lmman']
Extension
cdbmodule
cdb
I am willing to help with the integration if there is an interest.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a working whell of the cdb module for windows and python 2.7. The prerequisite is working mingw installation. The steps I had to take are:
open_read
fsync
implementationextra_link_args=['-lmman']
toExtension
in setup.pyExtension
fromcdbmodule
tocdb
I am willing to help with the integration if there is an interest.
The text was updated successfully, but these errors were encountered: