Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91731 > unrolled thread
| Started by | Bret Edwards <bretedward@yahoo.com> |
|---|---|
| First post | 2015-06-01 23:29 +0000 |
| Last post | 2015-06-01 20:07 -0700 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
Create on Win and run on Win or Mac Bret Edwards <bretedward@yahoo.com> - 2015-06-01 23:29 +0000
Create on Win and run on Win or Mac MrJean1 <MrJean1@gmail.com> - 2015-06-01 20:07 -0700
| From | Bret Edwards <bretedward@yahoo.com> |
|---|---|
| Date | 2015-06-01 23:29 +0000 |
| Subject | Create on Win and run on Win or Mac |
| Message-ID | <mailman.25.1433201701.13271.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
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
[toc] | [next] | [standalone]
| From | MrJean1 <MrJean1@gmail.com> |
|---|---|
| Date | 2015-06-01 20:07 -0700 |
| Message-ID | <4ccaa7c0-a708-49da-9c75-d4a2ba9e851f@googlegroups.com> |
| In reply to | #91731 |
See this thread for possible answers <http://stackoverflow.com/questions/2933/how-can-i-create-a-directly-executable-cross-platform-gui-app-using-python> /Jean
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web