Re: missing enum_type_wrappers entry in python/setup.py

46 views
Skip to first unread message

thi

unread,
Dec 8, 2012, 3:58:31 AM12/8/12
to prot...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages