How did you install the python protobuf library, and what was the output? On Tue, Apr 6, 2010 at 11:15 AM, Eric <[email protected]> wrote:
> Hello, > I have installed python (2.6.5) and GPB on CentOS (it's a VM not > sure if that's relevant) but am not able to run. In it's simplest > version I do: > python -c "import google.protobuf" > > and get: > > Traceback (most recent call last): > File "<string>", line 1, in <module> > ImportError: No module named google.protobuf > > > I feel that either the gpb install did not work or I need to set an > env variable to point to some libraries. > > thanks in advance, > Eric > > -- > 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]<protobuf%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/protobuf?hl=en. > > -- 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.
