[Distutils] [Bug] Failed installation. setuptools-0.6c11.win32-py2.6.exe

2009-12-09 Thread Rune Strand
Hi, setuptools-0.6c11.win32-py2.6.exe will not install on Win 7 with python 2.6.4 installed. Dialog says: Python version 2.6 is required, which was not found in the registry I run py32 on win64 C:\python Python 2.6.4 (r264:75708, Oct 26 2009, 07:36:50) [MSC v.1500 64 bit (AMD64)] on win32

[Distutils] [issue98] easy_install installs an old version of matplotlib

2009-12-09 Thread Daniel Brown
New submission from Daniel Brown endlessly.curi...@gmail.com: 'easy_install matplotlib' results in matplotlib version 0.91.* being installed. The latest version on matplotlib is 0.99.*. I have tried this on Mac and PC (via Cgywin). -- messages: 472 nosy: Danielb priority: bug

Re: [Distutils] [Bug] Failed installation. setuptools-0.6c11.win32-py2.6.exe

2009-12-09 Thread P.J. Eby
At 01:32 PM 12/9/2009 +0100, Rune Strand wrote: Hi, setuptools-0.6c11.win32-py2.6.exe will not install on Win 7 with python 2.6.4 installed. Dialog says: Python version 2.6 is required, which was not found in the registry That seems to be an indication that Python itself is not properly

[Distutils] Problems with setuptools 0.6c11, Mac OS X 10.6, Python 2.4 from MacPorts

2009-12-09 Thread Jeff Shell
I've been getting strange behavior with trying to use Buildout with setuptools pinned to 0.6c11 on Mac OS X 10.6, with Python 2.4 built from MacPorts. I'd constantly get the following error: Getting distribution for 'zope.interface==3.5.2'. No eggs found in

Re: [Distutils] Problems with setuptools 0.6c11, Mac OS X 10.6, Python 2.4 from MacPorts

2009-12-09 Thread Hanno Schlichting
On Thu, Dec 10, 2009 at 12:10 AM, Jeff Shell eucci.gr...@gmail.com wrote: In setuptools 0.6c11, since the change in `pkg_resources._macosx_vers` to use `platform.mac_ver`, the MacPorts build(s) of Python 2.4 do not seem to be reporting any information out of mac_ver(), causing pkg_resources to

Re: [Distutils] Problems with setuptools 0.6c11, Mac OS X 10.6, Python 2.4 from MacPorts

2009-12-09 Thread Jeff Shell
Thanks. That Macports ticket opened me up to the Python buildouts here: http://svn.plone.org/svn/collective/buildout/python/ I'm going to look into that and getting my team using it to build versions of Python we can use easily. MacPorts has been unreliable, lately, in keeping up. As MacPorts is

Re: [Distutils] Problems with setuptools 0.6c11, Mac OS X 10.6, Python 2.4 from MacPorts

2009-12-09 Thread P.J. Eby
At 04:10 PM 12/9/2009 -0700, Jeff Shell wrote: I've been getting strange behavior with trying to use Buildout with setuptools pinned to 0.6c11 on Mac OS X 10.6, with Python 2.4 built from MacPorts. I'd constantly get the following error: Getting distribution for 'zope.interface==3.5.2'.