8000
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
Original ticket http://projects.scipy.org/numpy/ticket/801 on 2008-05-25 by @cournape, assigned to unknown.
#!python import numpy as np np.ctypeslib.load_library('libc.so', '/lib)
Raises an error:
--------------------------------------------------------------------------- <type 'exceptions.UnboundLocalError'> Traceback (most recent call last) /usr/media/misc/local/stow/<ipython console> in <module>() /home/david/local/stow/numpy.work/lib/python2.5/site-packages/numpy/ctypeslib.py in load_library(libname, loader_path) 46 libdir = loader_path 47 ---> 48 for ln in libname_ext: 49 try: 50 libpath = os.path.join(libdir, ln) <type 'exceptions.UnboundLocalError'>: local variable 'libname_ext' referenced before assignment
The text was updated successfully, but these errors were encountered:
@cournape wrote on 2008-05-25
Solved in r5236
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Original ticket http://projects.scipy.org/numpy/ticket/801 on 2008-05-25 by @cournape, assigned to unknown.
Raises an error:
The text was updated successfully, but these errors were encountered: