Closed keshav2904 closed 6 years ago
no i didn't. i would like to run and test it but i don't understand how do i make a .proto file with the schema of my request/response classes. as you said in the first point.
An example is already given for you to run and test the project. addressbook.proto
how do i install protoc compiler on windows? i searched but couldn't fiigure it out
you can use this link.
when i run the make_proto_file.py file, it shows the error "No module named google"... please help.
Are you sure you installed Protoc compiler as well as protobuf package of python?
pip install protobuf
Thank you.. i have successfully tested it.
@keshav2904 did u run and test it?