From fd2142285ad25de242e3ca046ae6a54c70b0f6c8 Mon Sep 17 00:00:00 2001 From: gospodin55 <63956324+gospodin55@users.noreply.github.com> Date: Sun, 15 Oct 2023 21:52:18 +0300 Subject: [PATCH] Added readline to buildPy2exe.py --- buildPy2exe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildPy2exe.py b/buildPy2exe.py index 22a4f0257..2044eb9ea 100755 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -679,7 +679,7 @@ def run(self): 'py2exe': { 'dist_dir': OUT_DIR, 'packages': 'PySide2, cffi, OpenSSL, certifi', - 'includes': 'twisted, sys, encodings, datetime, os, time, math, urllib, ast, unicodedata, _ssl, win32pipe, win32file, sqlite3', + 'includes': 'twisted, sys, encodings, datetime, os, time, math, urllib, ast, unicodedata, _ssl, win32pipe, win32file, sqlite3, readline', 'excludes': 'venv, doctest, pdb, unittest, win32clipboard, win32pdh, win32security, win32trace, win32ui, winxpgui, win32process, tcl, tkinter', 'dll_excludes': 'msvcr71.dll, MSVCP90.dll, POWRPROF.dll', 'optimize': 2,