The problem disappears if, in pybridge/network/client.py in register function, the assignment to anon is changed from:
anon = credentials.Anonymous()
to:
anon = credentials.UsernamePassword('', '')
which is apparently the way it is on the sourceforge repository.
HTH.
The problem disappears if, in pybridge/ network/ client. py in register function,
the assignment to anon is changed from:
anon = credentials. Anonymous( )
to:
anon = credentials. UsernamePasswor d('', '')
which is apparently the way it is on the sourceforge repository.
HTH.