Comment #1 on issue 311 by [email protected]: PyPI packages cannot be installed with PIP
http://code.google.com/p/protobuf/issues/detail?id=311

http://pypi.python.org/pypi/protobuf appears to only list version 2.3.0 rather than the later (2.4.1 today) version on the http://code.google.com/p/protobuf/downloads/list project.

the 2.3.0 tar.gz listed on pypi is just the contents of the python/ directory of the full protobuf tarball.

In order for this to work via pip install I don't think including just the python/ subdirectory is the right thing to do; that'd mean the C++ extension module version of the API that wraps the C++ protobuf API could not be compiled and used.

A top level setup.py suitable for pip above the python/ subdirectory might be a better answer than just a python only package.

--
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.

Reply via email to