Trying to use protobuf 2.6.1 in python 2.6.8 and getting the below error 

 py.test test_spoc.py
========================================================================= 
test session starts 
==========================================================================
platform linux2 -- Python 2.6.8 -- py-1.4.23 -- pytest-2.6.1
collected 0 items / 1 errors

================================================================================
 
ERRORS 
================================================================================
____________________________________________________________________ ERROR 
collecting test_spoc.py 
_____________________________________________________________________
test_spoc.py:2: in <module>
    import Spoc_pb2
Spoc_pb2.py:10: in <module>
    from google.protobuf import symbol_database as _symbol_database
E   ImportError: cannot import name symbol_database

how can we import this symbol_database in python 2.6.8

-- 
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