#68: Hook for PySerial under Win32
-------------------------+--------------------------------------------------
Reporter: lmancini | Owner: giovannibajo
Type: defect | Status: new
Priority: normal | Milestone: PyInstaller 1.4
Component: PyInstaller | Version: PyInstaller 1.3
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Hello,
I encountered a (probable) hidden import in !PySerial under win32: it
seems to import pywintypes under the hood. It looks like a simple import
hook will fix the problem:
hooks/hook-serial.py:
-------------------------
hiddenimports = !["pywintypes"]
-------------------------
Anyone else experiencing something similar?
--
Ticket URL: <http://www.pyinstaller.org/ticket/68>
Pyinstaller <http://www.pyinstaller.org>
PyInstaller Project
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/PyInstaller?hl=en
-~----------~----~----~----~------~----~------~--~---