From ff88488420e7a6b817a011c00d76baaa7732f096 Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 3 Sep 2004 13:49:34 +0000 Subject: [PATCH] Add a note about Python.win32's lack of IPV6 support. --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL b/INSTALL index eba2d4249..143329713 100644 --- a/INSTALL +++ b/INSTALL @@ -56,6 +56,11 @@ server tries to check its ident. # Windows: ### +*** If you are using an IPV6 connection, you will not be able to run +Supybot under Windows (unless Python has fixed things). Current +versions of Python for Windows are *not* built with IPV6 support. This +isn't expected to be fixed until Python 2.4, at the earliest. + Now that you have Python installed, open up a command prompt. The easiest way to do this is to open the run dialog (Programs -> run) and type "cmd" (for Windows 2000/XP/2003) or "command" (for Windows 9x).