ignore this message - i see that there is already an open issue about this.
Regards thi On Saturday, December 8, 2012 9:09:30 AM UTC+1, thi wrote: > > In the trunk enum_type_wrappers.py is not installed with 'python setup.py > install' due to a missing entry in the python/setup.py file. > > This should fix it: > > Index: python/setup.py > =================================================================== > --- python/setup.py (revision 456) > +++ python/setup.py (working copy) > @@ -167,6 +167,7 @@ > 'google.protobuf.internal.cpp_message', > 'google.protobuf.internal.decoder', > 'google.protobuf.internal.encoder', > + 'google.protobuf.internal.enum_type_wrapper', > 'google.protobuf.internal.message_listener', > 'google.protobuf.internal.python_message', > 'google.protobuf.internal.type_checkers', > > > Regards > thi > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To view this discussion on the web visit https://groups.google.com/d/msg/protobuf/-/2Slo-eJu8q0J. 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.
