Closed titilambert closed 10 years ago
Got it. Thanks for reporting.
Should be fixed, as well as Crypto import etc.
Actually, full integration test-cycle is planned as for pyroute2 project.
Thanks ! BTW, i use your lib to port this app https://github.com/titilambert/HeySms on sailfish OS
Great then! Pls ping me in the case of any issues.
Python 3 is working for me ! (tested on 3.4.1) Crypto is not mandatory any more !
Thanks !
ReHello !
I get this error only on my sailfish device, with python 3.4.0:
>>> from mdns.zeroconf import *
>>> import socket
>>> r = Zeroconf(("192.168.2.38", ))
>>> r.cache.entries()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/nemo/dev/HeySms/snipets/good/mdns/zeroconf.py", line 639, in __repr__
return self.to_string(repr(self.text[:27] + "..."))
TypeError: can't concat bytes to str
And works with python 2.7.5
Pull request #10 seems fix this error
Merged.
Thanks !
I reclose it ;)
Hello ! I'm trying to run mdns on python3 (3.4) I get this error: