#960: IOError Port 8080 not bound on '::0' in helloworld on IPv6
---------------------------+------------------------------------------------
Reporter: jaraco | Owner: fumanchu
Type: defect | Status: assigned
Priority: normal | Milestone: 3.2
Component: CherryPy code | Resolution:
Keywords: IPv6 binding |
---------------------------+------------------------------------------------
Changes (by fumanchu):
* owner: jaraco => fumanchu
* status: new => assigned
Comment:
OK, first, '::' works like a charm in Ubuntu 8.04, with Firefox pointed at
`http://localhost:8088`. It also works fine when the app is served from
Ubuntu, but browsed via Firefox in a Windows XP VM pointed at
`http://my.ipv4.address:8088`.
The patches I just committed in [2542] get us closer on Windows: the app
no longer raises 'port not bound'. But I can't browse to it from FF, IE or
Opera.
--
Ticket URL: <
http://www.cherrypy.org/ticket/960>
CherryPy <
http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework