Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74541
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!news-1.dfn.de!news.dfn.de!news.informatik.hu-berlin.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | Gregory Ewing <greg.ewing@canterbury.ac.nz> |
| Newsgroups | comp.lang.python |
| Subject | Re: Mac python py2app problem |
| Date | Wed, 16 Jul 2014 19:40:44 +1200 |
| Lines | 23 |
| Message-ID | <c2mojuF4kckU1@mid.individual.net> (permalink) |
| References | <e1aae28a-6181-4f37-8642-ca483f087fc3@googlegroups.com> <lq4osp$h2t$1@dont-email.me> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | individual.net I2JfNw6w2catCjqDZySxvwv8d3qX4Ul0+sXItJQdO+RioG33r1 |
| Cancel-Lock | sha1:aFxhxVCraiXK0hQiFq7QDDtMZRU= |
| User-Agent | Mozilla Thunderbird 1.0.5 (Macintosh/20050711) |
| X-Accept-Language | en-us, en |
| In-Reply-To | <lq4osp$h2t$1@dont-email.me> |
| Xref | csiph.com comp.lang.python:74541 |
Show key headers only | View raw
Kevin Walzer wrote: > On 7/15/14, 9:56 PM, Nicholas Cannon wrote: > > I then put the .msi on sourceforge and it works great >> but when i put the .app on there and download it it says something >> like i can open this on old architecture or something so i have to put >> it through google drive > > It's hard to make sense of what you are asking for. Can you just zip up > the app bundle that py2app produces and upload it that way? Are you aware that a .app on MacOSX is actually a directory, not a single file? So, as Kevin says, you will need to turn it into a zip file or something similar that you can upload to a web site. Another popular way to distribute a MacOSX app is using a disk image file (.dmg). Disk Utility can be used to create those. -- Greg
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Mac python py2app problem Nicholas Cannon <nicholascannon1@gmail.com> - 2014-07-15 18:56 -0700
Re: Mac python py2app problem Kevin Walzer <kw@codebykevin.com> - 2014-07-15 22:43 -0400
Re: Mac python py2app problem Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2014-07-16 19:40 +1200
Re: Mac python py2app problem Nicholas Cannon <nicholascannon1@gmail.com> - 2014-07-17 03:02 -0700
Re: Mac python py2app problem Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2014-07-17 23:35 +1200
Re: Mac python py2app problem "Russell E. Owen" <rowen@uw.edu> - 2014-07-17 13:06 -0700
csiph-web