Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72727 > unrolled thread
| Started by | Robin Becker <robin@reportlab.com> |
|---|---|
| First post | 2014-06-05 17:51 +0100 |
| Last post | 2014-06-06 11:52 +0100 |
| Articles | 5 — 4 participants |
Back to article view | Back to comp.lang.python
any wheel experts Robin Becker <robin@reportlab.com> - 2014-06-05 17:51 +0100
Re: any wheel experts Rustom Mody <rustompmody@gmail.com> - 2014-06-05 10:00 -0700
Re: any wheel experts Ned Deily <nad@acm.org> - 2014-06-05 14:42 -0700
Re: any wheel experts Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-06-05 22:56 +0100
Re: any wheel experts Robin Becker <robin@reportlab.com> - 2014-06-06 11:52 +0100
| From | Robin Becker <robin@reportlab.com> |
|---|---|
| Date | 2014-06-05 17:51 +0100 |
| Subject | any wheel experts |
| Message-ID | <mailman.10745.1401987077.18130.python-list@python.org> |
I used to create exe files for windows, but the latest and greatest concept is wheels .whl files. Does anyone know how to make the created exes that the wheel can install have an icon for windows? How is one supposed to make the wheel install a desktop short cut etc etc? The wheel is just a zip so is there perhaps a way to make the wheel installation run a post installation script? -- Robin Becker
[toc] | [next] | [standalone]
| From | Rustom Mody <rustompmody@gmail.com> |
|---|---|
| Date | 2014-06-05 10:00 -0700 |
| Message-ID | <b91c428a-514d-4ddd-84a2-a4bdeb1ed6f7@googlegroups.com> |
| In reply to | #72727 |
On Thursday, June 5, 2014 10:21:06 PM UTC+5:30, Robin Becker wrote: > I used to create exe files for windows, but the latest and greatest concept is > wheels .whl files. If someone here knows (and answers!) great. Else you'll probably get more info here: https://groups.google.com/forum/?pli=1#!forum/python-virtualenv
[toc] | [prev] | [next] | [standalone]
| From | Ned Deily <nad@acm.org> |
|---|---|
| Date | 2014-06-05 14:42 -0700 |
| Message-ID | <mailman.10773.1402004549.18130.python-list@python.org> |
| In reply to | #72731 |
In article <b91c428a-514d-4ddd-84a2-a4bdeb1ed6f7@googlegroups.com>, Rustom Mody <rustompmody@gmail.com> wrote: > On Thursday, June 5, 2014 10:21:06 PM UTC+5:30, Robin Becker wrote: > > I used to create exe files for windows, but the latest and greatest concept > > is > > wheels .whl files. > > If someone here knows (and answers!) great. > Else you'll probably get more info here: > https://groups.google.com/forum/?pli=1#!forum/python-virtualenv Actually, the Distutils-SIG would be a better place to ask about packaging issues, including wheels: https://mail.python.org/mailman/listinfo/distutils-sig -- Ned Deily, nad@acm.org
[toc] | [prev] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2014-06-05 22:56 +0100 |
| Message-ID | <mailman.10774.1402005414.18130.python-list@python.org> |
| In reply to | #72731 |
On 05/06/2014 22:42, Ned Deily wrote: > In article <b91c428a-514d-4ddd-84a2-a4bdeb1ed6f7@googlegroups.com>, > Rustom Mody <rustompmody@gmail.com> wrote: > >> On Thursday, June 5, 2014 10:21:06 PM UTC+5:30, Robin Becker wrote: >>> I used to create exe files for windows, but the latest and greatest concept >>> is >>> wheels .whl files. >> >> If someone here knows (and answers!) great. >> Else you'll probably get more info here: >> https://groups.google.com/forum/?pli=1#!forum/python-virtualenv > > Actually, the Distutils-SIG would be a better place to ask about > packaging issues, including wheels: > > https://mail.python.org/mailman/listinfo/distutils-sig > Which I assume is gmane.comp.python.distutils.devel for people like myself who like the one stop shop :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
[toc] | [prev] | [next] | [standalone]
| From | Robin Becker <robin@reportlab.com> |
|---|---|
| Date | 2014-06-06 11:52 +0100 |
| Message-ID | <mailman.10809.1402051989.18130.python-list@python.org> |
| In reply to | #72731 |
On 05/06/2014 22:56, Mark Lawrence wrote: > On 05/06/2014 22:42, Ned Deily wrote: >> In article <b91c428a-514d-4ddd-84a2-a4bdeb1ed6f7@googlegroups.com>, >> Rustom Mody <rustompmody@gmail.com> wrote: >> >>> On Thursday, June 5, 2014 10:21:06 PM UTC+5:30, Robin Becker wrote: >>>> I used to create exe files for windows, but the latest and greatest concept >>>> is >>>> wheels .whl files. >>> >>> If someone here knows (and answers!) great. >>> Else you'll probably get more info here: >>> https://groups.google.com/forum/?pli=1#!forum/python-virtualenv >> >> Actually, the Distutils-SIG would be a better place to ask about >> packaging issues, including wheels: >> >> https://mail.python.org/mailman/listinfo/distutils-sig >> > > Which I assume is gmane.comp.python.distutils.devel for people like myself who > like the one stop shop :) > thanks all, I'll query over there -- Robin Becker
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web