[protobuf] Re: Issue 239 in protobuf: Missing file

2010-11-26 Thread protobuf
Comment #3 on issue 239 by fraser.hutchison: Missing file http://code.google.com/p/protobuf/issues/detail?id=239 OK. Sorry for the noise. -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To post to this group, send email to

[protobuf] Issue 242 in protobuf: Can no longer install protobuf on pypy

2010-11-26 Thread protobuf
Status: New Owner: ken...@google.com Labels: Type-Defect Priority-Medium New issue 242 by ivan.ko...@gmail.com: Can no longer install protobuf on pypy http://code.google.com/p/protobuf/issues/detail?id=242 What steps will reproduce the problem? 1. cd protobuf/python 2. ~/pypy-1.4/bin/pypy

[protobuf] Re: Issue 242 in protobuf: Can no longer install protobuf on pypy

2010-11-26 Thread protobuf
Comment #1 on issue 242 by ivan.ko...@gmail.com: Can no longer install protobuf on pypy http://code.google.com/p/protobuf/issues/detail?id=242 If I comment out 'ext_modules = ...' in setup.py and install, it works, and all of protobuf's unit tests pass. -- You received this message

[protobuf] Re: Issue 240 in protobuf: windows share handling ( \\server\share) bug in protoc compiler

2010-11-26 Thread protobuf
Updates: Status: WorkingAsIntended Comment #1 on issue 240 by temporal: windows share handling ( \\server\share) bug in protoc compiler http://code.google.com/p/protobuf/issues/detail?id=240 Import paths should always be relative paths. Use -I (aka --proto_path) to specify all