I'm trying to get cherrypy to talk on my computers ipv6
interface. I
found these to related items by searching:
http://www.cherryp
y.org/ticket/388,
http://www.che
rrypy.org/changeset/843. They seem to say that ipv6 is
supported by cherrypy, but give no instruction regarding
setting it up.
Ive tried these to configs, but got an exception. *Note
hostname maps
to a ipv6 address via DNS
cherrypy.config.update({'server.socketHost': '[::]'})
cherrypy.config.update({'server.socketHost':
'hostname'})
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.4/threading.py", line
442, in __bootstrap
self.run()
File "/usr/lib/python2.4/threading.py", line
422, in run
self.__target(*self.__args, **self.__kwargs)
File
"/usr/lib/python2.4/site-packages/cherrypy/_cpserver.p
y", line
171, in _start_http
self.httpserver.start()
File
"/usr/lib/python2.4/site-packages/cherrypy/_cpwsgiserv
er.py",
line 308, in start
self.socket.bind(self.bind_addr)
File "<string>", line 1, in bind
gaierror: (-2, 'Name or service not known')
Does anyone know if this really does work, and how you go
about setting
it up?
Thanks for any help!
--
matthew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|