When I build a Python script which uses protocol buffers , I am getting 
below stack trace... This is on python 2.7

Traceback (most recent call last):
  File "<string>", line 12, in <module>
  File "C:\Python27\pyinstaller2.1\PyInstaller\loader\pyi_importers.py", 
line 270, in load_module
    exec(bytecode, module.__dict__)
  File "dummy\out00-PYZ.pyz\dummy3", line 9, in <m
  File "C:\Python27\pyinstaller2.1\PyInstaller\loader\pyi_importers.py", 
line 270, in load_module
    exec(bytecode, module.__dict__)
  File "dummy\out00-PYZ.pyz\dummy2_pb2", line 4, in <module
  File "build\bdist.win-amd64\egg\google\__init__.py", line 1, in <module>
ImportError: No module named pkg_resources

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to