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