Hi, I'm reporting this bug here since creating new tickets is not possible at the moment.
Running an executable created with PyInstaller from the Python3 branch results in ``` thorsten@rednails[F:\...\script] tcc> dist\script\script.exe -v F:\Documents\dev\python\script\dist\script\_bz2.pyd F:\Documents\dev\python\script\dist\script\_lzma.pyd F:\Documents\dev\python\script\dist\script\pyexpat.pyd F:\Documents\dev\python\script\dist\script\_hashlib.pyd F:\Documents\dev\python\script\dist\script\_socket.pyd F:\Documents\dev\python\script\dist\script\_ctypes.pyd F:\Documents\dev\python\script\dist\script\win32api.pyd script.exe 140926.1014.5b (Python 3.4.1 on Windows 8) ``` Only the last line comes from the script itself. Thorsten -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
