Hi,
please don't top-post.
Гузий Саша, 25.04.2013 16:04:
> Le jeudi 25 avril 2013 01:18:17 UTC-4, Stefan Behnel a écrit :
>> Can you pass the "--distribute" option to virtualenv, to see if it's a
>> setuptools bug? That replaces setuptools by the known-to-be-way-better
>> distribute package. You should be using that anyway, setuptools is no
>> longer maintained.
>
> I get the same error message using
> pip install --install-option="--distribute" Cython-0.19.tar
>
> Is that what you meant by "pass the "--distribute" option to virtualenv" ?
> If not, please, tell me how to do it.
I meant to create the virtualenv with distribute installed instead of
setuptools, i.e.
virtualenv --distribute myvenv
Stefan