* Thorsten Kampe (Fri, 26 Sep 2014 13:18:27 +0200)
> 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.

Same thing on Linux:
```
/mnt/hgfs/drive-f/Documents/dev/python/script/dist/script/PIL.
_imaging.cpython-34m-x86_64-linux-gnu.so
/mnt/hgfs/drive-f/Documents/dev/python/script/dist/script/PIL.
_imaging.cpython-34m.so                 
[...]
```

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.

Reply via email to