Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91733
| Path | csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'source.': 0.05; '(of': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'jan': 0.11; 'packages.': 0.15; 'possible?': 0.16; 'py2app': 0.16; 'python-based': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:Mac': 0.16; 'subject:run': 0.16; 'sure.': 0.16; 'wrote:': 0.16; 'linux,': 0.18; '(in': 0.18; 'creates': 0.18; 'gui': 0.18; 'windows': 0.20; 'machine': 0.21; '(or': 0.21; 'installation': 0.23; 'finished': 0.23; 'header:In-Reply-To:1': 0.24; 'script': 0.25; 'install': 0.25; 'header:User-Agent:1': 0.26; 'idea': 0.26; 'header:X-Complaints-To:1': 0.26; 'separate': 0.27; 'looks': 0.29; 'terry': 0.29; 'windows,': 0.29; 'push': 0.31; 'checked': 0.31; 'similar': 0.32; 'lets': 0.33; 'open': 0.33; 'could': 0.35; 'to:addr:python-list': 0.35; 'machines': 0.35; 'asking': 0.35; 'but': 0.36; 'visual': 0.36; 'so,': 0.37; 'subject:: ': 0.37; 'mac': 0.37; 'creation': 0.38; 'received:org': 0.38; 'button': 0.38; 'is,': 0.38; 'mean': 0.38; 'pm,': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'simple': 0.61; 'different': 0.64; 'due': 0.65; 'python-list': 0.66; '(once': 0.84; 'mac.': 0.84; 'versions)': 0.84; 'edwards': 0.91; 'received:fios.verizon.net': 0.91; 'simulation': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Terry Reedy <tjreedy@udel.edu> |
| Subject | Re: Create on Win and run on Win or Mac |
| Date | Mon, 01 Jun 2015 19:51:47 -0400 |
| References | <789045946.3628039.1433201357640.JavaMail.yahoo@mail.yahoo.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | pool-98-114-97-173.phlapa.fios.verizon.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
| In-Reply-To | <789045946.3628039.1433201357640.JavaMail.yahoo@mail.yahoo.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.27.1433202749.13271.python-list@python.org> (permalink) |
| Lines | 31 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1433202749 news.xs4all.nl 2930 [2001:888:2000:d::a6]:43777 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:91733 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Create on Win and run on Win or Mac Terry Reedy <tjreedy@udel.edu> - 2015-06-01 19:51 -0400
csiph-web