Python Forum
In place of py2exe (for GNU/Linux systems) and MultiOS executables (Yes)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
In place of py2exe (for GNU/Linux systems) and MultiOS executables (Yes)
#5
(Jan-18-2019, 06:55 PM)snippsat Wrote:
(Jan-18-2019, 03:46 PM)Lachu Wrote: Windows have py2exe
Has stopped develop at Python 3.4,so i would not use it because i use a lot of new Python tools that come after 3.4.

Pyinstaller is probably the best developed tool over the last years,work Python 3.7.
With pyinstaller can build stand alone solution's for Windows and Linux/Mac.
It's not a cross-compiler so need to be build on OS used.
Then can detect OS an use bat/bash as you explain ,or look into installers i have used Inno Setup before for Windows.
This so is it look more professional that just distribute a .exe file.
Or look into cross platform installer creation tool like InstallBuilder 18.
Can also mention Pynsist that us a Windows installers NSIS

I must say, my English isn't perfect :-( . Do you suggest to suggest work with PyInstaller/InnoSetup/InstallBuilder/Pynsist (my script will detect OS and start one of these programs?) or these programs have similar options/functionality to my solution? I check some of these web pages and didn't found similar options - sorry for asking that, my English isn't perfect. If first option will be true, then I will compare these Installers on Monday and send e-mails with suggestion of work together.
Reply


Messages In This Thread
RE: In place of py2exe (for GNU/Linux systems) and MultiOS executables (Yes) - by Lachu - Jan-18-2019, 07:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Aspiring systems administrator wants a python book. oslon 1 310 May-11-2024, 11:24 PM
Last Post: Skaperen
  source for py2exe not working after 3.4 metulburr 2 2,534 Feb-28-2019, 01:42 PM
Last Post: metulburr
  is there a better place to talk about pypy here? ezdev 1 2,738 Dec-20-2017, 12:22 PM
Last Post: metulburr
  [Py2Exe] How can i convert py files to exe ? JamieVanCadsand 10 8,478 Sep-29-2017, 06:10 AM
Last Post: Skaperen
  Time complexity different between operating systems. Why? Mekire 2 4,323 Jan-18-2017, 09:29 PM
Last Post: casevh

Forum Jump:

User Panel Messages

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