Menu

#1 Problems on Ubuntu

open
nobody
5
2014-08-17
2011-07-17
Anonymous
No

on Ubuntu 11.04 (GNU/Linux 2.6.38-10-generic x86_64):

$ python pybook.py
Listening on port #8100
Traceback (most recent call last):
File "pybook.py", line 292, in <module>
main()
File "pybook.py", line 289, in main
App(0).MainLoop()
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7978, in __init__
self._BootstrapApp()
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7552, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "pybook.py", line 284, in OnInit
Frame()
File "pybook.py", line 167, in __init__
setupBonjour()
File "/data/Projects/pybook/books/sync/__init__.py", line 60, in setupBonjour
_ServiceRegister = bonjour.BonjourServiceRegister(_Acceptor.port)
File "/data/Projects/pybook/books/sync/bonjour.py", line 48, in __init__
callBack=self.__registerCallback)
File "/data/Projects/pybook/books/pybonjour.py", line 1132, in DNSServiceRegister
None)
File "/data/Projects/pybook/books/pybonjour.py", line 286, in _errcheck
raise cls(result)
books.pybonjour.BonjourError: (-65537, 'unknown')

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.