[protobuf] Re: Issue 275 in protobuf: Incorrect installation with setup.py breaks local override

2013-06-11 Thread protobuf
Comment #9 on issue 275 by ravishan...@gmail.com: Incorrect installation with setup.py breaks local override http://code.google.com/p/protobuf/issues/detail?id=275 Traceback (most recent call last): File "C:\Python27\Scripts\mercury", line 44, in __import__("mwr.mercury.%s" % (sys.arg

[protobuf] Re: Issue 275 in protobuf: Incorrect installation with setup.py breaks local override

2011-04-28 Thread protobuf
Comment #8 on issue 275 by the.real...@gmail.com: Incorrect installation with setup.py breaks local override http://code.google.com/p/protobuf/issues/detail?id=275 Well, setuptools handles the magic for you if you use it for the local installation. Conversely, if you use virtualenv, it'll

[protobuf] Re: Issue 275 in protobuf: Incorrect installation with setup.py breaks local override

2011-04-28 Thread protobuf
Comment #7 on issue 275 by zbe...@google.com: Incorrect installation with setup.py breaks local override http://code.google.com/p/protobuf/issues/detail?id=275 Thanks. This does not make me too happy, because it's quite a bit of magic associated with something as simple as overriding a syst

[protobuf] Re: Issue 275 in protobuf: Incorrect installation with setup.py breaks local override

2011-04-28 Thread protobuf
Comment #6 on issue 275 by the.real...@gmail.com: Incorrect installation with setup.py breaks local override http://code.google.com/p/protobuf/issues/detail?id=275 Ah. Based on this information, the problem is that your local install is *not* using setuptools for the install. As a result,

[protobuf] Re: Issue 275 in protobuf: Incorrect installation with setup.py breaks local override

2011-04-28 Thread protobuf
Comment #5 on issue 275 by zbe...@google.com: Incorrect installation with setup.py breaks local override http://code.google.com/p/protobuf/issues/detail?id=275 Thanks for the explanation. I believe this needs a little clarification though: The local chrome tests don't use protobuf installed

[protobuf] Re: Issue 275 in protobuf: Incorrect installation with setup.py breaks local override

2011-04-28 Thread protobuf
Updates: Status: OutOfScope Comment #4 on issue 275 by liuj...@google.com: Incorrect installation with setup.py breaks local override http://code.google.com/p/protobuf/issues/detail?id=275 Thanks P.J! Zdenek, looks like this isn't a protobuf specific problem. Would you please follo

[protobuf] Re: Issue 275 in protobuf: Incorrect installation with setup.py breaks local override

2011-04-28 Thread protobuf
Comment #3 on issue 275 by the.real...@gmail.com: Incorrect installation with setup.py breaks local override http://code.google.com/p/protobuf/issues/detail?id=275 This is intended and correct behavior for installs using --root and namespace packages. A --root install is not something tha

[protobuf] Re: Issue 275 in protobuf: Incorrect installation with setup.py breaks local override

2011-04-28 Thread protobuf
Updates: Cc: the.real...@gmail.com Comment #2 on issue 275 by liuj...@google.com: Incorrect installation with setup.py breaks local override http://code.google.com/p/protobuf/issues/detail?id=275 This is strange. When the --root is not given in the setup.py, the library will be pack