-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
AttributeError: 'CDLL' object has no attribute 'getfunc' #794
Comments
I fix this problem by removing previously installed python from the path |
if another pypy is located on the path, virtualenv will pick up its libpypy-c.dll before the one from the -p arg. IMO the fix is this:
|
@lituan can you check that latest HEAD of virtualenv works, and if so close this? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to use pypy on windows, and i install virtualenv 13.0.1, then I try this command
virtualenv -p c:\zare\pypy-2.6.0-win32\pypy.exe pypy
but get error
Running virtualenv with interpreter c:\zare\pypy-2.6.0-win32\pypy.exe
AttributeError: 'CDLL' object has no attribute 'getfunc'
I do not know how to fix this
The text was updated successfully, but these errors were encountered: