From 8915594ab660945c2046c5e53c8898da5222dd96 Mon Sep 17 00:00:00 2001 From: nanotube Date: Mon, 5 Sep 2005 16:46:41 +0000 Subject: [PATCH] added py2exe optional dependency to the list --- html/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/html/index.html b/html/index.html index 4e97a56..27c4ad3 100644 --- a/html/index.html +++ b/html/index.html @@ -57,6 +57,7 @@
  • python (only 2.3 and up, due to my using the optparse module)
  • pyHook
  • win32all extensions +
  • py2exe [Optional: only if you want to freeze your own executable out of source. (0.5.4 and up, if you want to freeze from .pyw file, not .py)]

    -- 2.45.1