Hi All, I am trying to set a dependency on the protobuf package for another python package I am developing. Whenever I try to install my python package, it fails with the error:
Can't find required file: ../src/google/protobuf/descriptor.proto I've located the problem in protobuf-2.0.3/python/setup.py, line 102 where the setup scripts attempts to compile descriptor.proto... which is not part of the egg and can therefore not be found. I think the descriptor_pb2.py file should be included as part of the egg release and the associated line should be removed from the setup.py file. After removing the problem line and rebuilding the egg, I uploaded it to a private egg repository and that seemed to work. I would much prefer using the one on pypi though. Thanks, Paul Carduner --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
