Status: New
Owner: [email protected]
Labels: Type-Defect Priority-Medium
New issue 372 by [email protected]: command(protoc.exe --version
)returned 1
http://code.google.com/p/protobuf/issues/detail?id=372
What steps will reproduce the problem?
1.run python code below:
import subprocess
from distutils.spawn import find_executable
protoc = find_executable('protoc')
cmd = [protoc, '--version']
ver = subprocess.check_output(cmd)
2.exception raised,then exit
subprocess.CalledProcessError: Command 'C:\protobuf\protoc.exe --version'
returned non-zero exit status 1
3.
What is the expected output? What do you see instead?
exit status should be 0.
What version of the product are you using? On what operating system?
libprotobuf 2.4.1
Please provide any additional information below.
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.