내가 여기에있는 트위스트 문서에서 twisted.words의 MSN 프로토콜의 예를 실행 해요에서이 역 추적을 이해하도록 돕는다 stackoverflow에,하지만 이것은 완전히 다른 문제입니다. 예제를 실행하면 예상대로 작동합니다. buddylist에 사용자에 대한하지만 후 계정 및 표시 정보로 로그는나를 twisted.words의 MSN 샘플
이> Traceback (most recent call last):
> File
> "c:\python26\lib\site-packages\twisted\python\log.py",
> line 84, in callWithLogger
> return callWithContext({"system": lp}, func, *args, **kw) File
> "c:\python26\lib\site-packages\twisted\python\log.py",
> line 69, in callWithContext
> return context.call({ILogContext: newCtx}, func, *args, **kw) File
> "c:\python26\lib\site-packages\twisted\python\context.py",
> line 59, in callWithContext
> return self.currentContext().callWithContext(ctx,
> func, *args, **kw) File
> "c:\python26\lib\site-packages\twisted\python\context.py",
> line 37, in callWithContext
> return func(*args,**kw)
> --- <exception caught here> --- File "c:\python26\lib\site-packages\twisted\internet\selectreactor.py",
> line 146, in _doReadOrWrite
> why = getattr(selectable, method)() File
> "c:\python26\lib\site-packages\twisted\internet\tcp.py",
> line 463, in doRead
> return self.protocol.dataReceived(data)
> File
> "c:\python26\lib\site-packages\twisted\protocols\basic.py", line 239, indataReceived
> return self.rawDataReceived(data) File
> "c:\python26\lib\site-packages\twisted\words\protocols\msn.py",
> line 676 in rawDataReceived
> self.gotMessage(m) File "c:\python26\lib\site-packages\twisted\words\protocols\msn.py",
> line 699, in gotMessage
> raise NotImplementedError exceptions.NotImplementedError:
누군가가 나에게 그게 무슨 뜻인지 이해하는 데 도움이 수있는이 역 추적을 뱉는 것을 수행하는 데?
이 코드는 꼬인 단어 문서의 완벽한 사본 붙여 넣기입니다. 이것은 MSN 프로토콜의 변경과 관련이 있습니까? 아니면 내가 더 의존성 라이브러리 또는 그 같은 뭔가가 빠졌어요? – Ryan
이 부분이 꼬인 API의 변화처럼 들리지만 잘 모르겠습니다. 잘 모르겠습니다. –