Bill Zimmerly
unread,May 13, 2009, 3:21:58 AM5/13/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Repo and Gerrit Discussion
Shawn, I'm using Python 2.4.6 and this is what I get when running
"repo sync". Please help. (Thank you!)
- Bill
bzimmerly@HockeyPuck:~/mydroid$ repo sync
/home/bzimmerly/mydroid/.repo/repo/codereview/proto_client.py:19:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
Traceback (most recent call last):
File "/home/bzimmerly/mydroid/.repo/repo/main.py", line 34, in
<module>
from manifest import Manifest
File "/home/bzimmerly/mydroid/.repo/repo/manifest.py", line 21, in
<module>
from project import Project, MetaProject, R_HEADS
File "/home/bzimmerly/mydroid/.repo/repo/project.py", line 27, in
<module>
from gerrit_upload import UploadBundle
File "/home/bzimmerly/mydroid/.repo/repo/gerrit_upload.py", line 21,
in <module>
from codereview.proto_client import HttpRpc, Proxy
File "/home/bzimmerly/mydroid/.repo/repo/codereview/
proto_client.py", line 31, in <module>
from need_retry_pb2 import RetryRequestLaterResponse;
File "/home/bzimmerly/mydroid/.repo/repo/codereview/
need_retry_pb2.py", line 9, in <module>
from froofle.protobuf import descriptor_pb2
File "/home/bzimmerly/mydroid/.repo/repo/froofle/protobuf/
descriptor_pb2.py", line 879, in <module>
class FileDescriptorSet(message.Message):
File "/home/bzimmerly/mydroid/.repo/repo/froofle/protobuf/
reflection.py", line 155, in __init__
superclass.__init__(cls, name, bases, dictionary)
TypeError: Error when calling the metaclass bases
type.__init__() takes 1 or 3 arguments
bzimmerly@HockeyPuck:~/mydroid$