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
#1
Hi all,
I hope that someone disagrees the title assumption, being carried out several tests through v.3.5.1, which reaches differently the goal, as shown in this screenshot: http://imgbox.com/BFWXJGZL Namely, the executable Neper.exe works only in presence of plenty of dynamic libraries (.dll)

What have I done by downgrading to 3.4?

First of all, installing the module py2exe, that works better if called by 3.4 and not by 3.5.1 (mystery!). Look at this scheme:
C:\Users\Alfabeta>python -V
Python 3.4.0

C:\Users\Alfabeta>pip -V
pip 1.5.4 from C:\Python34\lib\site-packages (python 3.4)

C:\Users\Alfabeta>pip freeze
mpmath==1.1.0
py2exe==0.9.2.2
Secondly, doing this console command:
python compile.py mycal.py
where py's and output (mycal.exe, fully standalone) are available here: https://transfer.sh/13hM6a/samsonite_folder.rar

Thanks in advance for appreciated comments and cheers
Reply


Messages In This Thread
Python 3.4: the only release to create .EXE standalone without .dll - by samsonite - Feb-26-2019, 10:51 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question [SOLVED] Tiny web server as standalone executable? Winfried 0 444 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,613 Aug-30-2020, 08:14 AM
Last Post: glestwid
Lightbulb Standalone application samuelbachorik 8 3,715 Aug-02-2020, 01:57 PM
Last Post: samuelbachorik
  How to get mouse coordinates on click and release OhNoSegFaultAgain 1 3,064 May-17-2019, 06:56 PM
Last Post: buran
  How to release control of file jmair 2 2,853 Oct-03-2018, 08:22 PM
Last Post: jmair
  Release kbhit Epilepsy 2 4,431 May-26-2018, 10:47 AM
Last Post: snippsat
  How to release Memory of GPU! majinbuu 1 2,682 May-11-2018, 05:06 AM
Last Post: j.crater
  Standalone interpreter? stf92 2 2,924 Mar-11-2018, 12:33 AM
Last Post: stf92
  Correct way to import from a standalone module in a different location chowder 3 18,513 Dec-16-2017, 07:44 PM
Last Post: Larz60+
  3.6.2 is latest stable release right? And "path length" Fran_3 3 3,442 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