Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #74541

Re: Mac python py2app problem

From Gregory Ewing <greg.ewing@canterbury.ac.nz>
Newsgroups comp.lang.python
Subject Re: Mac python py2app problem
Date 2014-07-16 19:40 +1200
Message-ID <c2mojuF4kckU1@mid.individual.net> (permalink)
References <e1aae28a-6181-4f37-8642-ca483f087fc3@googlegroups.com> <lq4osp$h2t$1@dont-email.me>

Show all headers | 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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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