Re: [Pythonmac-SIG] Package for building DMG installers from pip requirements

2014-09-24 Thread Matthew Brett
Hi, On Fri, Sep 19, 2014 at 12:20 PM, Aaron Meurer wrote: > On Fri, Sep 19, 2014 at 11:03 AM, Matthew Brett > wrote: >> Hi, >> >> On 9/18/14, Ned Deily wrote: >>> In article >>> , >>> Matthew Brett wrote: I'd very much like your feedback on a utility I've written to make OSX instal

Re: [Pythonmac-SIG] Package for building DMG installers from pip requirements

2014-09-24 Thread Matthew Brett
Oops, On Tue, Sep 23, 2014 at 1:50 PM, Matthew Brett wrote: > Hi, > > On Mon, Sep 22, 2014 at 10:46 AM, Charlie Clark > wrote: >> Am .09.2014, 16:42 Uhr, schrieb Matthew Brett : >> >>> So just to be clear, the difference here is between the instlal you got >>> for: >>> pip install your-package >

Re: [Pythonmac-SIG] Package for building DMG installers from pip requirements

2014-09-23 Thread Matthew Brett
Hi, On Mon, Sep 22, 2014 at 10:46 AM, Charlie Clark wrote: > Am .09.2014, 16:42 Uhr, schrieb Matthew Brett : > >> So just to be clear, the difference here is between the instlal you got >> for: >> pip install your-package > > >> where `your-package` was either an sdist built with ``python setup.p

Re: [Pythonmac-SIG] Package for building DMG installers from pip requirements

2014-09-23 Thread Charlie Clark
Am .09.2014, 18:54 Uhr, schrieb Christopher Barker : But this looks like a bug, so a bug report would be nice. I don't if it is, and if so where it would go. This is how it popped up for us: https://bitbucket.org/openpyxl/openpyxl/issue/326/pip-compilation-errors-print-statements In the m

Re: [Pythonmac-SIG] Package for building DMG installers from pip requirements

2014-09-22 Thread Charlie Clark
Am .09.2014, 16:42 Uhr, schrieb Matthew Brett : So just to be clear, the difference here is between the instlal you got for: pip install your-package where `your-package` was either an sdist built with ``python setup.py sdist`` or a wheel built with ``python setup.py bdist_wheel``? Is yo

Re: [Pythonmac-SIG] Package for building DMG installers from pip requirements

2014-09-22 Thread Matthew Brett
Hi, On 9/22/14, Charlie Clark wrote: > Am .09.2014, 16:24 Uhr, schrieb Matthew Brett : > >> Sorry to be dumb, but I don't understand. Do you mean that you built >> a source tarball of your own package and you tried to modify the >> dependencies of other packages from that source tarball setup.py

Re: [Pythonmac-SIG] Package for building DMG installers from pip requirements

2014-09-22 Thread Matthew Brett
Hi, On 9/22/14, Charlie Clark wrote: > Am .09.2014, 16:10 Uhr, schrieb Matthew Brett : > >> Sure, but that is a lot of setup for one morning of installs. The >> benefit of the point-click installer is that the student can download >> everything they need in their own time. > > devpi is pretty e

Re: [Pythonmac-SIG] Package for building DMG installers from pip requirements

2014-09-22 Thread Charlie Clark
Am .09.2014, 16:24 Uhr, schrieb Matthew Brett : Sorry to be dumb, but I don't understand. Do you mean that you built a source tarball of your own package and you tried to modify the dependencies of other packages from that source tarball setup.py? Nothing to do with dependencies. Was there

Re: [Pythonmac-SIG] Package for building DMG installers from pip requirements

2014-09-22 Thread Charlie Clark
Am .09.2014, 16:10 Uhr, schrieb Matthew Brett : Sure, but that is a lot of setup for one morning of installs. The benefit of the point-click installer is that the student can download everything they need in their own time. devpi is pretty easy to setup but I understand your point-click, er,

Re: [Pythonmac-SIG] Package for building DMG installers from pip requirements

2014-09-22 Thread Matthew Brett
Hi, On 9/22/14, Charlie Clark wrote: > Am .09.2014, 15:37 Uhr, schrieb Matthew Brett : > >> Yes - if you don't have much they need to install, then you can easily >> do it with pip in the class - otherwise the time and bandwidth can be >> limiting. > > A local devpi server can work wonders there.

Re: [Pythonmac-SIG] Package for building DMG installers from pip requirements

2014-09-22 Thread Charlie Clark
Am .09.2014, 15:37 Uhr, schrieb Matthew Brett : Yes - if you don't have much they need to install, then you can easily do it with pip in the class - otherwise the time and bandwidth can be limiting. A local devpi server can work wonders there. Purely regarding wheels - as far as I can tell th

Re: [Pythonmac-SIG] Package for building DMG installers from pip requirements

2014-09-22 Thread Matthew Brett
Hi, On 9/19/14, Christopher Barker wrote: > On Fri, Sep 19, 2014 at 9:03 AM, Matthew Brett > wrote: > >> The primary use case is for getting started with a basic package >> setup. I am thinking of my own courses ("download this, double >> click,, let's go"), but also courses like software carpe

Re: [Pythonmac-SIG] Package for building DMG installers from pip requirements

2014-09-19 Thread Matthew Brett
Hi, On 9/18/14, Ned Deily wrote: > In article > , > Matthew Brett wrote: >> I'd very much like your feedback on a utility I've written to make OSX >> installers from wheels. >> >> For my own course, and for matplotlib, I wanted to make an double click >> OSX >> installer which would install a s

Re: [Pythonmac-SIG] Package for building DMG installers from pip requirements

2014-09-18 Thread Ned Deily
On Sep 18, 2014, at 14:03 , Aaron Meurer wrote: > > On Thu, Sep 18, 2014 at 2:21 PM, Ned Deily wrote: >> In article >> , >> Matthew Brett wrote: >>> I'd very much like your feedback on a utility I've written to make OSX >>> installers from wheels. >>> >>> For my own course, and for matplotlib,

Re: [Pythonmac-SIG] Package for building DMG installers from pip requirements

2014-09-18 Thread Ned Deily
In article , Matthew Brett wrote: > I'd very much like your feedback on a utility I've written to make OSX > installers from wheels. > > For my own course, and for matplotlib, I wanted to make an double click OSX > installer which would install a series of requirements into Python.org Python.

[Pythonmac-SIG] Package for building DMG installers from pip requirements

2014-09-18 Thread Matthew Brett
Hi, I'd very much like your feedback on a utility I've written to make OSX installers from wheels. For my own course, and for matplotlib, I wanted to make an double click OSX installer which would install a series of requirements into Python.org Python. As usual, I got a lot of useful thinking