Search found 2 matches
- January 29th, 2008, 6:09 pm
- Forum: General Help
- Topic: 0.3.0 IPv6 on Vista
- Replies: 13
- Views: 51684
Re: 0.3.0 IPv6 on Vista
From your error log, it seems sab can't resolve the servername. Can you try to use the server ipv6 address instead of the servername: 2001:888::119 instead of newszilla6.xs4all.nl? If it didn't work, another possibility is the Windows python version which the maintainer of sabplus use to create the ...
- January 28th, 2008, 6:59 pm
- Forum: General Help
- Topic: 0.3.0 IPv6 on Vista
- Replies: 13
- Views: 51684
Re: 0.3.0 IPv6 on Vista
Yarbles, I was trying to going to help, but it looks like I'm going to give more confusion: That line 44 is this: res = socket.getaddrinfo(self.host, self.port, 0, socket.SOCK_STREAM) So I tried some things from the Python CLI (not SAB itself) on Ubuntu Linux (see below). My goal was to fin...