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 Newsgroups: comp.lang.python Subject: Re: Mac python py2app problem Date: Wed, 16 Jul 2014 19:40:44 +1200 Lines: 23 Message-ID: References: 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: Xref: csiph.com comp.lang.python:74541 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