Re: [Distutils] `setup.py register` can't create PyPI account.

2010-07-13 Thread Tarek Ziadé
On Tue, Jul 13, 2010 at 2:32 AM, Tres Seaver wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tarek Ziadé wrote: >> 2010/7/13 "Martin v. Löwis" : >> ... Again, maybe it's flawed, and maybe we should remove it. But you cannot break this feature in Python 2.5, 26 etc.. because

Re: [Distutils] `setup.py register` can't create PyPI account.

2010-07-13 Thread Tarek Ziadé
On Tue, Jul 13, 2010 at 8:37 AM, "Martin v. Löwis" wrote: > Am 13.07.2010 03:23, schrieb Greg Ewing: >> Martin v. Löwis wrote: >> >>>  For backwards compatibility, I'm >>> willing to accept solutions as long as they don't allow users to bypass >>> that checkbox. >> >> If the user is required to vi

Re: [Distutils] Distribute and Python 3

2010-07-13 Thread Tarek Ziadé
On Tue, Jul 13, 2010 at 3:21 AM, Hugo Lopes Tavares wrote: > I am using distribute and python 3.2a0 while I add py3k support to pip > this GSoC and I got a problem using distribute: This is a known issue that will be fixed very soon, by reverting changes in the 3.2 branch of Python, so that it's

Re: [Distutils] Distribute and Python 3

2010-07-13 Thread Éric Araujo
> On Tue, Jul 13, 2010 at 3:21 AM, Hugo Lopes Tavares wrote: > I am using distribute and python 3.2a0 while I add py3k support to pip > this GSoC and I got a problem using distribute: Note that in CPython, 3.2a0 means 3.2-dev, i.e. the development version, not a release. As such, it should not be

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-13 Thread Gary Poster
On Jul 13, 2010, at 1:59 AM, Dave Peticolas wrote: ... > > I'm testing out the beta branch Thank you! > and running into a problem. I'm running buildout from a virtualenv, > and when I try to install the 'superlance' package, I get this: > > The required version of setuptools (>=0.6c9) is

Re: [Distutils] zc.buildout - multiple 'cascading' buildout.cfg files

2010-07-13 Thread Maurits van Rees
Op 12-07-10 18:19, Alan Franzoni schreef: Hello, I'm wondering if there's a way to have something like "local" buildout.cfg files overriding a "master" one; e.g. (...) This would be useful because in our projects we usually share one per-project buildout.cfg which every team member uses and it'

Re: [Distutils] zc.buildout - multiple 'cascading' buildout.cfg files

2010-07-13 Thread Alan Franzoni
On 7/13/10 1:50 PM, Maurits van Rees wrote: > [buildout] > extends = devel.cfg I had no idea about the "extends" config option in zc.buildout. That'll work perfectly right for us. Thank you! -- Alan Franzoni contact me at pub...@[mysurname].eu ___ Di

Re: [Distutils] `setup.py register` can't create PyPI account.

2010-07-13 Thread Takayuki Shimizukawa
2010/7/13 "Martin v. Löwis" : > Am 13.07.2010 03:23, schrieb Greg Ewing: >> Martin v. Löwis wrote: >> >>>  For backwards compatibility, I'm >>> willing to accept solutions as long as they don't allow users to bypass >>> that checkbox. >> >> If the user is required to visit a web page to complete >>

Re: [Distutils] [buildout] buildout 1.5 sometime ever please?

2010-07-13 Thread Dave Peticolas
On Tue, Jul 13, 2010 at 2:53 AM, Gary Poster wrote: > > On Jul 13, 2010, at 1:59 AM, Dave Peticolas wrote: > > ... > > > > > I'm testing out the beta branch > > Thank you! > > > and running into a problem. I'm running buildout from a virtualenv, > > and when I try to install the 'superlance' packa

[Distutils] [issue111] Windows: easy_install tries to download X11 PyQT

2010-07-13 Thread Erik Hahn
New submission from Erik Hahn : On Windows, easy_install tries to install the X11 version of PyQT: D:\code>c:\Python26\Scripts\easy_install.exe pyqt install_dir C:\Python26\Lib\site-packages\ Searching for pyqt Reading http://pypi.python.org/simple/pyqt/ Reading http://www.riverbankcomputing.com

Re: [Distutils] `setup.py register` can't create PyPI account.

2010-07-13 Thread Martin v. Löwis
> Can you point me to the discussion that took place, to set up this feature ? No; I don't think there are any public archives of that discussion. Nor was it really a discussion. Marc-Andre Lemburg voiced a concern, I asked the lawyer, the lawyer told me what to do. Regards, Martin _

Re: [Distutils] `setup.py register` can't create PyPI account.

2010-07-13 Thread Martin v. Löwis
>> That might also work; I'd have to check with the lawyer whether there >> are any problems with such a change. > > It's a good news! > > If this problem will be solved by that policy, I come to be able to > teach the developers Distutils according to current documents. Please teach them to use

Re: [Distutils] [issue111] Windows: easy_install tries to download X11 PyQT

2010-07-13 Thread P.J. Eby
FYI, PyQT can't be easy_installed, period, because it's not a distutils-based package. Even if you downloaded the correct version (either manually or by giving the exact URL to easy_install), it still wouldn't work, and there's nothing that can be done about it on the easy_install side. Sorry

[Distutils] Installing distribute with Python 3.0 / 3.1

2010-07-13 Thread Michael Foord
I get the following error attempting to install distribute 0.6.13 with Python 3.0 / 3.1: python3.0 setup.py install creating build creating build/src creating build/src/docs creating build/src/docs/_templates creating build/src/docs/_theme creating build/src/docs/_theme/nature creating build/src/d

[Distutils] Installing distribute with Python 3.0 / 3.1

2010-07-13 Thread Michael Foord
I get the following error attempting to install distribute 0.6.13 with Python 3.0 / 3.1: python3.0 setup.py install creating build creating build/src creating build/src/docs creating build/src/docs/_templates creating build/src/docs/_theme creating build/src/docs/_theme/nature creating build/src/

Re: [Distutils] `setup.py register` can't create PyPI account.

2010-07-13 Thread Tarek Ziadé
On Tue, Jul 13, 2010 at 10:39 PM, "Martin v. Löwis" wrote: >>> That might also work; I'd have to check with the lawyer whether there >>> are any problems with such a change. >> >> It's a good news! >> >> If this problem will be solved by that policy, I come to be able to >> teach the developers Di

Re: [Distutils] Installing distribute with Python 3.0 / 3.1

2010-07-13 Thread Hugo Lopes Tavares
It is really weird because I am using Python3.1 and easy_installed distribute-0.6.13 right now. The difference I can tell you is that I had setuptools installation: Setuptools installation detected at /home/hugo/.../site-packages On Tue, Jul 13, 2010 at 7:56 PM, Michael Foord wrote: > I get the f

Re: [Distutils] `setup.py register` can't create PyPI account.

2010-07-13 Thread Martin v. Löwis
> No. If the fix Greg proposed is accepted by The PSF, this feature will > work again and you will be able to use it again. It worked perfectly > fine before the change. > > Martin, if you want to remove some feature from Distutils, make a proposal. > > But you can't decide on your own that a fea