Takes the simple\hello.py file in the cx_Freeze\samples directory as an
example, I insert this line into hello.py:
from pynput.keyboard import Key, Controller
then build the executable using "py setup.py build" command, the on-screen
message shows this missing module warning:
...
M
r...@zedat.fu-berlin.de (Stefan Ram):
> if type( object ) is list:
I would recommend isinstance() because:
>>> isinstance(True, int)
True
>>> type(True) is int
False
Marko
--
https://mail.python.org/mailman/listinfo/python-list
Hello,
on behalf of the PyInstaller development team I'm happy to announce
PyInstaller 3.6.
This version fixes a Local Privilege Escalation vulnerability effecting all
Windows software frozen
by PyInstaller in "onefile" mode - no matter which version of PyInstaller was
used.
http://www.pyin
Severity: high: CVSSv3 score: 7.0
Packages: PyInstaller (Windows)
Affected versions: <= 3.5
Patched versions: 3.6, available at https://pypi.org/project/PyInstaller/
CVE identifier: CVE-2019-16784
Impact
*Local Privilege Escalation *in all *Windows software frozen by
PyInstaller* in "onef