Status: New Owner: [email protected] Labels: Type-Defect Priority-Medium
New issue 153 by jordanbg: 2.3 Python code not importing http://code.google.com/p/protobuf/issues/detail?id=153 What steps will reproduce the problem? Importing from protoc's python output gives the following error: from wordnet_file_pb2 import * File "/home/jbg/sentop/topicmod/lib/python_lib/topicmod/corpora/wordnet_file_pb2.py", line 10, in <module> DESCRIPTOR = descriptor.FileDescriptor( AttributeError: 'module' object has no attribute 'FileDescriptor' What is the expected output? What do you see instead? This should import, but it gives this exception. Code workes fine on version 2.2, which I went back to. What version of the product are you using? On what operating system? protobuf-2.3.0 Please provide any additional information below. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
-- 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.
