Skip to content

Commit

Permalink
Update buildPy2exe.py
Browse files Browse the repository at this point in the history
Include ctypes
  • Loading branch information
Et0h authored Oct 24, 2023
1 parent ad4a790 commit 88a3aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildPy2exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, ctypes',
'excludes': 'venv, doctest, pdb, unittest, win32clipboard, win32pdh, win32security, win32trace, win32ui, winxpgui, win32process, tcl, tkinter',
'dll_excludes': 'msvcr71.dll, MSVCP90.dll, POWRPROF.dll',
'optimize': 2,
Expand Down

0 comments on commit 88a3aaa

Please sign in to comment.