Add hidden import chroot.ssl for pyinstaller

This commit is contained in:
JonnyWong16 2020-07-02 09:11:15 -07:00
parent 6dab6194ea
commit eb3db20340
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,7 @@ analysis = Analysis(
('../lib/ipwhois/data', 'data')
],
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
hiddenimports=['Foundation', 'AppKit'],
hiddenimports=['Foundation', 'AppKit', 'chroot.ssl'],
cipher=block_cipher
)
pyz = PYZ(

View file

@ -16,6 +16,7 @@ analysis = Analysis(
('..\\lib\\ipwhois\\data', 'data')
],
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
hiddenimports=['chroot.ssl'],
cipher=block_cipher,
)
pyz = PYZ(