Status: New
Owner: ken...@google.com
Labels: Type-Defect Priority-Medium

New issue 218 by teraapi: [PATCH] python compile failed
http://code.google.com/p/protobuf/issues/detail?id=218

protobuf-2.3.0/python/setup.py
@23

elif os.path.exists("../src/protoc.exe"):
  protoc = "../src/protoc.exe"
# for Visual C++
+ elif os.path.exists("../vsprojects/Release/protoc.exe"):
+   protoc = "../vsprojects/Release/protoc.exe"
else:
  protoc = find_executable("protoc")

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to