Comment #29 on issue 66 by klep...@gmail.com: cannot install using easy_install
http://code.google.com/p/protobuf/issues/detail?id=66

I'd also like to see this fixed. I played around and found that with the following file in the base of the tarball everything (at least with our buildout) works fine.

Basically it creates a setup.py that chdirs to the subdirectory and repeats the command. With this buildout had no problem installing it.

file: protobuf-2.4.0a/setup.py
--- cut ---
import os
import sys
import subprocess

os.chdir( os.path.join(os.path.dirname(sys.argv[0]),'python') )

subprocess.call(['python', 'setup.py'] + sys.argv[1:])


--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to