Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #91733 > unrolled thread

Re: Create on Win and run on Win or Mac

Started byTerry Reedy <tjreedy@udel.edu>
First post2015-06-01 19:51 -0400
Last post2015-06-01 19:51 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Create on Win and run on Win or Mac Terry Reedy <tjreedy@udel.edu> - 2015-06-01 19:51 -0400

#91733 — Re: Create on Win and run on Win or Mac

FromTerry Reedy <tjreedy@udel.edu>
Date2015-06-01 19:51 -0400
SubjectRe: Create on Win and run on Win or Mac
Message-ID<mailman.27.1433202749.13271.python-list@python.org>
On 6/1/2015 7:29 PM, Bret Edwards via Python-list wrote:
>
> I would like to create a Python (stand-alone executable) program on a
> Windows machine and deploy the finished product on other Windows
> machines (of varying Windows OS versions) and
> also on Mac machines (of varying Mac OS versions.) The program would
> present a GUI that the user would interact with and would only have
> simple computations.
>
> I looks like I could do the creation work twice (once for Windows and
> once for Mac) and then also create separate install packages. However, I
> would like to only do the creation
> work once and do it on a Windows machine and then be able to deploy to
> either Win or Mac. I understand that will mean separate intstallation
> packages due to the different
> environments.
>
> Is this possible? I do not think that it is, but asking just to be sure.
>
> If so, what tools do I use to do the packaging? Do I use py2app for the Mac?

renpy at renpy.org lets one develop script for a python-based visual 
novel, simulation game (or similar visual app) and deploy on windows, 
linux, and mac.  Push a button and its creates 3 installation packages. 
  I have no idea how it does so, but it is open source.

I just checked and it now also deploys to android 2.3+ and ios6+ (in beta).

-- 
Terry Jan Reedy

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web