Python Forum
Python 3.4: the only release to create .EXE standalone without .dll
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 3.4: the only release to create .EXE standalone without .dll
#5
Good drift, Axel.
Problem solved via pyinstaller, as shown underneath and in this screenshot http://imgbox.com/Vpl7tdbY
Thank you very much, and cheers.

C:\Training\z_folder>pyinstaller -F Neper.py
206 INFO: PyInstaller: 3.4
206 INFO: Python: 3.4.0
206 INFO: Platform: Windows-8-6.2.9200
206 INFO: wrote C:\Training\z_folder\Neper.spec
221 INFO: UPX is not available.
221 INFO: Extending PYTHONPATH with paths
['C:\\Training\\z_folder', 'C:\\Training\\z_folder']
221 INFO: checking Analysis
221 INFO: Building Analysis because Analysis-00.toc is non existent
221 INFO: Initializing module dependency graph...
221 INFO: Initializing module graph hooks...
237 INFO: Analyzing base_library.zip ...
2554 INFO: Processing pre-find module path hook   distutils
4934 INFO: running Analysis Analysis-00.toc
5356 INFO: Caching module hooks...
5371 INFO: Analyzing C:\Training\z_folder\Neper.py
8154 INFO: Loading module hooks...
8154 INFO: Loading module hook "hook-xml.py"...
8482 INFO: Loading module hook "hook-encodings.py"...
8576 INFO: Loading module hook "hook-distutils.py"...
8623 INFO: Loading module hook "hook-pydoc.py"...
8670 INFO: Looking for ctypes DLLs
8670 INFO: Analyzing run-time hooks ...
8685 INFO: Looking for dynamic libraries
8904 INFO: Looking for eggs
8904 INFO: Using Python library C:\Python34\python34.dll
8904 INFO: Found binding redirects:
[]
8920 INFO: Warnings written to C:\Training\z_folder\build\Neper\warn-Neper.txt
8982 INFO: Graph cross-reference written to C:\Training\z_folder\build\Neper\xref-Neper.html
9013 INFO: checking PYZ
9013 INFO: Building PYZ because PYZ-00.toc is non existent
9013 INFO: Building PYZ (ZlibArchive) C:\Training\z_folder\build\Neper\PYZ-00.pyz
9763 INFO: Building PYZ (ZlibArchive) C:\Training\z_folder\build\Neper\PYZ-00.pyz completed successfully.
9779 INFO: checking PKG
9795 INFO: Building PKG because PKG-00.toc is non existent
9795 INFO: Building PKG (CArchive) PKG-00.pkg
11252 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
11252 INFO: Bootloader C:\Python34\lib\site-packages\PyInstaller\bootloader\Windows-32bit\run.exe
11252 INFO: checking EXE
11252 INFO: Building EXE because EXE-00.toc is non existent
11252 INFO: Building EXE from EXE-00.toc
11268 INFO: Appending archive to EXE C:\Training\z_folder\dist\Neper.exe
11299 INFO: Building EXE from EXE-00.toc completed successfully.
Reply


Messages In This Thread
RE: Python 3.4: the only release to create .EXE standalone without .dll - by samsonite - Feb-26-2019, 05:38 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question [SOLVED] Tiny web server as standalone executable? Winfried 0 379 Feb-09-2024, 11:48 AM
Last Post: Winfried
  Run an app in a standalone terminal and wait until it's closed glestwid 2 2,564 Aug-30-2020, 08:14 AM
Last Post: glestwid
Lightbulb Standalone application samuelbachorik 8 3,608 Aug-02-2020, 01:57 PM
Last Post: samuelbachorik
  How to get mouse coordinates on click and release OhNoSegFaultAgain 1 3,025 May-17-2019, 06:56 PM
Last Post: buran
  How to release control of file jmair 2 2,813 Oct-03-2018, 08:22 PM
Last Post: jmair
  Release kbhit Epilepsy 2 4,360 May-26-2018, 10:47 AM
Last Post: snippsat
  How to release Memory of GPU! majinbuu 1 2,648 May-11-2018, 05:06 AM
Last Post: j.crater
  Standalone interpreter? stf92 2 2,860 Mar-11-2018, 12:33 AM
Last Post: stf92
  Correct way to import from a standalone module in a different location chowder 3 18,437 Dec-16-2017, 07:44 PM
Last Post: Larz60+
  3.6.2 is latest stable release right? And "path length" Fran_3 3 3,361 Aug-01-2017, 02:04 PM
Last Post: Fran_3

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020