Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74520 > unrolled thread
| Started by | Nicholas Cannon <nicholascannon1@gmail.com> |
|---|---|
| First post | 2014-07-15 18:56 -0700 |
| Last post | 2014-07-17 13:06 -0700 |
| Articles | 6 — 4 participants |
Back to article view | Back to comp.lang.python
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
| From | Nicholas Cannon <nicholascannon1@gmail.com> |
|---|---|
| Date | 2014-07-15 18:56 -0700 |
| Subject | Mac python py2app problem |
| Message-ID | <e1aae28a-6181-4f37-8642-ca483f087fc3@googlegroups.com> |
Hey i have made an app and i have made a .msi for windows with py2exe and i have also exported it with py2app on mac. No problems here they all work fine. 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 and i dont like this like i share the link and folder and people can download it there but it is dodgy. Could someone please help me out like if there is a .msi type thing for mac with py2exe?
[toc] | [next] | [standalone]
| From | Kevin Walzer <kw@codebykevin.com> |
|---|---|
| Date | 2014-07-15 22:43 -0400 |
| Message-ID | <lq4osp$h2t$1@dont-email.me> |
| In reply to | #74520 |
On 7/15/14, 9:56 PM, Nicholas Cannon wrote: > Hey i have made an app and i have made a .msi for windows with py2exe and i have also exported it with py2app on mac. No problems here they all work fine. 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 and i dont like this like i share the link and folder and people can download it there but it is dodgy. Could someone please help me out like if there is a .msi type thing for mac with py2exe? > 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? That works for many developers. --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com
[toc] | [prev] | [next] | [standalone]
| From | Gregory Ewing <greg.ewing@canterbury.ac.nz> |
|---|---|
| Date | 2014-07-16 19:40 +1200 |
| Message-ID | <c2mojuF4kckU1@mid.individual.net> |
| In reply to | #74523 |
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
[toc] | [prev] | [next] | [standalone]
| From | Nicholas Cannon <nicholascannon1@gmail.com> |
|---|---|
| Date | 2014-07-17 03:02 -0700 |
| Message-ID | <82cf4b72-25c5-4413-9550-eacd2e1a0e7c@googlegroups.com> |
| In reply to | #74520 |
On Wednesday, July 16, 2014 9:56:56 AM UTC+8, Nicholas Cannon wrote: > Hey i have made an app and i have made a .msi for windows with py2exe and i have also exported it with py2app on mac. No problems here they all work fine. 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 and i dont like this like i share the link and folder and people can download it there but it is dodgy. Could someone please help me out like if there is a .msi type thing for mac with py2exe? Yeah i have zipped it up and put it on sourceforge and then when you download the zip it says it is incomplete. I do like the idea of making a .dmg file because i have used them downloading other apps and it works great but i dont know how to make them! would be great if you guys could give me a link to how to do this!
[toc] | [prev] | [next] | [standalone]
| From | Gregory Ewing <greg.ewing@canterbury.ac.nz> |
|---|---|
| Date | 2014-07-17 23:35 +1200 |
| Message-ID | <c2pqokFofejU1@mid.individual.net> |
| In reply to | #74631 |
Nicholas Cannon wrote: > I do like the idea of making a .dmg file > because i have used them downloading other apps and it works great but i dont > know how to make them! In Disk Utility, use File>New>Disk Image from Folder. -- Greg
[toc] | [prev] | [next] | [standalone]
| From | "Russell E. Owen" <rowen@uw.edu> |
|---|---|
| Date | 2014-07-17 13:06 -0700 |
| Message-ID | <mailman.11959.1405627625.18130.python-list@python.org> |
| In reply to | #74636 |
In article <c2pqokFofejU1@mid.individual.net>, Gregory Ewing <greg.ewing@canterbury.ac.nz> wrote: > Nicholas Cannon wrote: > > I do like the idea of making a .dmg file > > because i have used them downloading other apps and it works great but i > > dont > > know how to make them! > > In Disk Utility, use File>New>Disk Image from Folder. Or...open Disk Utility and drop the app onto its dock icon. -- Russell
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web