How to decide which module is in charge of this error? cx-Freeze or pynput or six?

2020-01-09 Thread jfong
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

Re: Coding technique: distinguish using type or abc?

2020-01-09 Thread Marko Rauhamaa
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

[ANN] PyInstaller 3.6

2020-01-09 Thread Hartmut Goebel
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

[ANN][SECURITY] Local Privilege Escalation in all Windows software frozen by PyInstaller in "onefile" mode

2020-01-09 Thread Hartmut Goebel
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