Comment #24 on issue 66 by infralite: cannot install using easy_install
http://code.google.com/p/protobuf/issues/detail?id=66
Confirm same issue with techtonik but I want to add more:
1) Initially I was suspecting this was virtualenv's fault but this happens
with and without a virtualenv.
2) Techtonik's patch makes sense but also the whole point of ez_setup.py is
that it's meant to be embedded into applications to bootstrap easy_install
and then get whatever dependencies you need. If you don't include the
bootstrap script, how do you expect it to magically get dependencies? :)
3) Previously I hadn't noticed this because I'd gotten the distro
python-protobuf package here:
https://launchpad.net/ubuntu/+source/protobuf
Maybe they've fixed it?
Might it have something to do with this line failing? :
generate_proto("../src/google/protobuf/descriptor.proto")
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.