Re: [Distutils] Better version pinning in buildout (buildout-versions)

2013-01-08 Thread Maurits van Rees
Op 08-01-13 02:58, Sebastien Douche schreef: On Sat, Jan 5, 2013 at 11:47 PM, Jim Fulton j...@zope.com wrote: 3. The ``allow-picked-versions`` option gets a new allowed value of ``warn``. if there are unpicked versions and this option is set to ``warn``, then picked/unpinned versions

Re: [Distutils] Better version pinning in buildout (buildout-versions)

2013-01-08 Thread Jim Fulton
On Tue, Jan 8, 2013 at 7:45 AM, Marius Gedminas mar...@pov.lt wrote: ... If backwards-compatibility weren't an consideration, I'd be tempted to have buildout 2.0 hardcode the versions section name to [versions] and have the append-new-versions code append a \n\n[versions]\n line if necessary.

Re: [Distutils] Better version pinning in buildout (buildout-versions)

2013-01-08 Thread Marius Gedminas
On Tue, Jan 08, 2013 at 08:02:56AM -0500, Jim Fulton wrote: On Tue, Jan 8, 2013 at 7:45 AM, Marius Gedminas mar...@pov.lt wrote: ... If backwards-compatibility weren't an consideration, I'd be tempted to have buildout 2.0 hardcode the versions section name to [versions] and have the

Re: [Distutils] pip install --upgrade bug on python3.x

2013-01-08 Thread Christian Tismer
Hi Lennart, On 07.01.13 17:05, Lennart Regebro wrote: On Mon, Jan 7, 2013 at 4:49 PM, Christian Tismer tis...@stackless.com mailto:tis...@stackless.com wrote: Hi folks, I recognized a glitch with pip when using the --upgrade option. From the traceback: File

Re: [Distutils] pip install --upgrade bug on python3.x

2013-01-08 Thread Paul Moore
On 8 January 2013 22:29, Christian Tismer tis...@stackless.com wrote: So why is it so difficult to just use except ValueError as e ? Am I missing the point, or would it not just work with python 2.7 and up? The problem is that distribute supports Python 2.4 and up. Until they drop support for

[Distutils] GLM analysis questions

2013-01-08 Thread Abduljalil Sireis
Dear all, I would like to ask questions about structural solution for GLM analysis of fMRI data. I hope it is not a problem for such long description! :) The subjects of our experiment see two types of video clips. One type is dangerous car accidents and the other is normal car advertisements.

Re: [Distutils] pip install --upgrade bug on python3.x

2013-01-08 Thread Ned Deily
In article 50ec9ddb.70...@stackless.com, Christian Tismer tis...@stackless.com wrote: I've read the discussion which started 5 months ago without solving the problem. Sorry, when I read the comment Seeing as this bug only can appear in Python 3 with packages that have a module called