realtime collaborative editing: mobwrite on windows7 x64

Posted by collabwriter on Stack Overflow See other posts from Stack Overflow or by collabwriter
Published on 2010-12-22T10:51:59Z Indexed on 2011/01/01 1:54 UTC
Read the original article Hit count: 420

Filed under:

I have set up Mobwrite on my Win7 development machine using the daemon and q.py listener. The client test suite passes, but when I run the server test suite, everything fails with this sort of response:

Question:
U:user10259538167863824
f:0:unittest10259538167863824
R:0:Hello world

Expected:
u:user10259538167863824
F:0:unittest10259538167863824
D:0:=11

Actual:
u:user10259538167863824
F:0:unittest10259538167863824
D:0:=11

Diff:   
u:user10259538167863824
¶
F:0:unittest10259538167863824
¶
D:0:=11¶

¶

¶

I am assuming it has something to do with line endings, but I don't know what to do. Can anyone shed some light on this?

Thanks so much!

PS: I'm running Python 2.7

© Stack Overflow or respective owner

Related posts about python