Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!bcyclone03.am1.xlned.com!bcyclone03.am1.xlned.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.097 X-Spam-Evidence: '*H*': 0.81; '*S*': 0.00; '(of': 0.07; 'python': 0.11; 'packages.': 0.15; 'possible?': 0.16; 'py2app': 0.16; 'subject:Mac': 0.16; 'subject:run': 0.16; 'sure.': 0.16; 'gui': 0.18; 'thanks,': 0.19; 'windows': 0.20; 'to:name:python- list@python.org': 0.20; 'machine': 0.21; 'finished': 0.23; 'install': 0.25; 'separate': 0.27; 'looks': 0.29; 'header:Received:8': 0.31; 'could': 0.35; 'to:addr:python-list': 0.35; 'machines': 0.35; 'asking': 0.35; 'but': 0.36; 'so,': 0.37; 'mac': 0.37; 'creation': 0.38; 'is,': 0.38; 'mean': 0.38; 'to:addr:python.org': 0.39; 'simple': 0.61; 'different': 0.64; 'due': 0.65; 'received:67.195': 0.67; 'header:Reply-To:1': 0.67; 'received:gq1.yahoo.com': 0.72; 'received:mail.gq1.yahoo.com': 0.72; '(once': 0.84; 'mac.': 0.84; 'received:bullet.mail.gq1.yahoo.com': 0.84; 'versions)': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1433201539; bh=CwqtMeSA8RwFwPMaI4HwNPLSR3d3psw4ypddTCoVr/g=; h=Date:From:Reply-To:To:Subject:From:Subject; b=DjmylZdpwMtZHvn2xIlYaijIYg/UmlhIu6b/eM70dVy3u20JtrpHz2qzHh/O2hsZurlRCmWseWpx1hDXHUUiKAYQ0eNSN+CLB3G8Je+/ncIBLeH7LB0iAv1zxUtPzaaKTFW7MUrsOhmaZH54+s2ECckZeCNLKMZR/LnsNbaT9lY9gTRecWZtWNp7FN4IrNdZUa49+F9+hW2C+48CKwFtgOgg960RVUfnGQ04kdn+/E1ztyhkOEQxLyaPb6N9elkp5NCUdAxpaJ52i2zAVRQd2pLCKysYnUbuLwtQN+fW44wRgSNdgYlCRP5C2OmSLS5XMiowLFN2i1QPHiyFbAzS8Q== X-Yahoo-Newman-Property: ymail-4 X-Yahoo-Newman-Id: 130043.59108.bm@omp1070.mail.bf1.yahoo.com X-YMail-OSG: qn8wfq4VM1mWhp9Vb0QyodtZH2xUfkg8gNM2s46c9Ziuk8pd8NM6ArL7V1fqmWB orHztorNKjSFycvjZWJ57A1eMyXlrNjjbWEIbNtqUA3P1yfmj9iFC3oFErOXWkKeFe8vezisee_a TWxGvv2CTDYVmaYw46ZkMO7pFsBFGdttSqTiMKwyNDysDxJMqnNE.djpZyeidnxYcV100Kj09lKe ok1wwbMEpEt4nOfwqXnYzw9RmzNkts8YmWsd0vQkMnQvy1FN48eZUeJcGvhbNtontRIlUYQaReBl .0SfxdfKzOGV2jqa8LdxBFqHia0Qb48GDTlrVBsudbEExPDWw082t4ALScYAcEfLj3CuCr9KUAiU kwVvbnZ7373NtsplzG7h2dpC.mL5z_36URiHdTEqJOwlHzo2Idkcz3bHs4D_C.rEjd9H1Io9R6ri B5a9dOnBAT0gwpVu74Zsgoc8m2Y0naDTYJgi52WUbQ4quMXDAFZKpOH_6jqJhU2TDd9EjoAwYTy7 C7D.06X6ua3KaHedp2g-- Date: Mon, 1 Jun 2015 23:29:17 +0000 (UTC) From: Bret Edwards Reply-To: Bret Edwards To: "python-list@python.org" Subject: Create on Win and run on Win or Mac MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3628038_1308117243.1433201357636" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 46 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1433201701 news.xs4all.nl 2927 [2001:888:2000:d::a6]:60349 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 6544 X-Received-Body-CRC: 1691475576 Xref: csiph.com comp.lang.python:91731 ------=_Part_3628038_1308117243.1433201357636 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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? Thanks, Bret ------=_Part_3628038_1308117243.1433201357636 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I would like to create a Python (stand-alone executabl= e) program on a Windows machine and deploy the finished product on other Wi= ndows machines (of varying Windows OS versions) and
also on Mac machines (of varying Mac OS versions.) The program would pre= sent a GUI that the user would interact with and would only have simple com= putations.

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 su= re.

If so, what tools do= I use to do the packaging? Do I use py2app for the Mac?

Thank= s,

<= div dir=3D"ltr">Bret

------=_Part_3628038_1308117243.1433201357636--