I've just installed Google protocol buffer on my snow leopard mac. When going into the python shell
import protobuf
produces an unknown module error. I'm using the python which came with snow leopard:
/usr/bin/python
Should I specify a PYTHON_PATH variable before installation and if so what should it be?
Thanks!