Re: pyzeroconf on linux...

2005-11-02 Thread matt
I think I've figured it out. It appears to be a misconfiguration on my part. In my /etc/hosts file I had the loopback address pointing to my machine name. I made 127.0.0.1 only point to localhost and I can now publish services! -- http://mail.python.org/mailman/listinfo/python-list

Re: pyzeroconf on linux...

2005-11-02 Thread matt
Another (easier) example of it failing, is to just run "python Zeroconf.py": 1. Testing registration of a service... Registering service... Registration done. 2. Testing query of service information... Getting ZOE service: None Query done. 3. Testing query of own service... Getting s

pyzeroconf on linux...

2005-11-02 Thread matt
Hey, has anyone out there tried pyzeroconf on Linux? I'm using Andrew's code from http://www.amk.ca/python/zeroconf to publish and discover services. The code works under Mac. But it doesn't under linux (FC4). I should clarify that, it appears that the publish code doesn