Comment 1 for bug 1733209

Revision history for this message
LarryE (cppljevans) wrote :

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.