On 24/1/21 1:34 pm, Paul Prescod wrote:
> Does there exist any easy way to install a totally sandboxed python
> installation 
>
>  * with all standard libraries,
>  * plus my app 
>  * on Mac, windows and Linux?
>  * with a single installer?
>
> I don’t think this is the use-case for pyinstaller but is there any
> tool in the categorubthat makes it easy to build that kind of a fat
> multi platform installer?
>
>  - Paul
>

That is exactly what PyInstaller does (or can do).  You have to run it
on each platform to build the app bundle for each target (Mac, Windows,
Linux).

The only other alternative (i know of) is Briefcase (Beeware).  It does
the same/similar thing as PyInstaller.

Brendan.

-- 
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 pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/7f3764c0-5e13-98aa-aa75-154e14c635d2%40BrendanSimon.com.

Reply via email to