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
nimpy.py_lib.pyInitLibPath
You can specify path to libpython using `nimpy.py_lib.pyInitLibPath`. Also see #171.
Originally posted by @yglukhov in #261 (comment)
That command doesn't exist in nimpy: errors out as undeclared identifier: 'py_lib'
The text was updated successfully, but these errors were encountered:
import nimpy import nimpy/py_lib as lib # py_lib is the same symbol as pyLib in nim lib.pyLib. pyInitLibPath("abcd")
Sorry, something went wrong.
No branches or pull requests
Originally posted by @yglukhov in #261 (comment)
That command doesn't exist in nimpy: errors out as undeclared identifier: 'py_lib'
The text was updated successfully, but these errors were encountered: