Comment #6 on issue 153 by hellwolf.misty: 2.3 Python code not importing
http://code.google.com/p/protobuf/issues/detail?id=153

I got a similar problem today, and I found the reason caused my problem is I have a protoc executable in my PATH, which is not the same version of the python lib where I
did ./setup.py install. The setup.py has sort of searching protoc executable
machanism, and it doesn't check if versions are compatible.

--
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 proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to