access to create z.i and z.c releases
Hi folks, I've made tags for zope.interface 3.8.0 and zope.component 3.11.0, as described in a recent thread to this list, but I don't have PyPI owner rights to publish them. Can someone add me to the owners list for those packages (my pypi user name is "chrism")? - C
On Thu, Sep 22, 2011 at 9:03 AM, Chris McDonough <chrism@plope.com> wrote:
I've made tags for zope.interface 3.8.0 and zope.component 3.11.0, as described in a recent thread to this list, but I don't have PyPI owner rights to publish them. Can someone add me to the owners list for those packages (my pypi user name is "chrism")?
Added, release away! Hanno
On Thu, 2011-09-22 at 10:10 +0200, Hanno Schlichting wrote:
On Thu, Sep 22, 2011 at 9:03 AM, Chris McDonough <chrism@plope.com> wrote:
I've made tags for zope.interface 3.8.0 and zope.component 3.11.0, as described in a recent thread to this list, but I don't have PyPI owner rights to publish them. Can someone add me to the owners list for those packages (my pypi user name is "chrism")?
Added, release away!
Eggcellent, they are both now released. - C
On Thu, 2011-09-22 at 05:10 -0400, Chris McDonough wrote:
On Thu, 2011-09-22 at 10:10 +0200, Hanno Schlichting wrote:
On Thu, Sep 22, 2011 at 9:03 AM, Chris McDonough <chrism@plope.com> wrote:
I've made tags for zope.interface 3.8.0 and zope.component 3.11.0, as described in a recent thread to this list, but I don't have PyPI owner rights to publish them. Can someone add me to the owners list for those packages (my pypi user name is "chrism")?
Added, release away!
Eggcellent, they are both now released.
Would someone be kind enough to kick the wineggbuilder? - C
On 22/09/2011 10:10, Chris McDonough wrote:
On Thu, 2011-09-22 at 10:10 +0200, Hanno Schlichting wrote:
On Thu, Sep 22, 2011 at 9:03 AM, Chris McDonough<chrism@plope.com> wrote:
I've made tags for zope.interface 3.8.0 and zope.component 3.11.0, as described in a recent thread to this list, but I don't have PyPI owner rights to publish them. Can someone add me to the owners list for those packages (my pypi user name is "chrism")?
Added, release away!
Eggcellent, they are both now released.
I just tried zope.interface 3.8.0 on MacOS X Lion and got: Getting distribution for 'zope.interface'. unable to execute gcc-4.0: No such file or directory ******************************************************************************** WARNING: An optional code optimization (C extension) could not be compiled. Optimizations for this package will not be available! command 'gcc-4.0' failed with exit status 1 ******************************************************************************** Not seen that before, definitely got gcc: $ which gcc /usr/bin/gcc $ gcc --version i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ...not sure why it wants gcc-4.0 specifically, any ideas? Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk
On Sep 23, 2011, at 3:36 AM, Chris Withers wrote:
I just tried zope.interface 3.8.0 on MacOS X Lion and got:
Getting distribution for 'zope.interface'. unable to execute gcc-4.0: No such file or directory ******************************************************************************** WARNING:
An optional code optimization (C extension) could not be compiled.
Optimizations for this package will not be available!
command 'gcc-4.0' failed with exit status 1 ********************************************************************************
Not seen that before, definitely got gcc:
$ which gcc /usr/bin/gcc
$ gcc --version i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
...not sure why it wants gcc-4.0 specifically, any ideas?
Probably because your Python executable was built with it. Distutils tries to build with the same flags, architecture, etc. Did you build your python (used to build zope.interface) on Lion, or before you upgraded to Lion? Did you install a 32-bit version of python perhaps? Did you upgrade XCode when you upgraded to Lion. Those are just some possible causes, not necessarily what's really happening on your machine. Also, I'm just guessing from experience with previous upgrades on Mac, I'm not running Lion yet. Zvezdan
Am 23.09.2011, 09:36 Uhr, schrieb Chris Withers <chris@simplistix.co.uk>:
t tried zope.interface 3.8.0 on MacOS X Lion and got:
Oh you brave boy! Given what Apple managed with Snow Leopard I've held off Lion so far and I always use the MacPorts toolchain. Works fine on Snow Leopard and builds with gcc-4.2 here. Maybe your Python was built with 4.0 or has some unrecognisable architecture flags? Charlie -- Charlie Clark Managing Director Clark Consulting & Research German Office Helmholtzstr. 20 Düsseldorf D- 40215 Tel: +49-211-600-3657 Mobile: +49-178-782-6226
On 23/09/2011 19:16, Charlie Clark wrote:
Am 23.09.2011, 09:36 Uhr, schrieb Chris Withers<chris@simplistix.co.uk>:
t tried zope.interface 3.8.0 on MacOS X Lion and got:
Oh you brave boy! Given what Apple managed with Snow Leopard I've held off Lion so far and I always use the MacPorts toolchain.
I tend to avoid MacPorts/Portage/whatever...
Works fine on Snow Leopard and builds with gcc-4.2 here. Maybe your Python was built with 4.0 or has some unrecognisable architecture flags?
Nah, the migration assistant did a pretty good job, but in the end I needed to rebuild my source install of Python2.6, after some bashing to get rid of the zope.interface that ships with Mac OS X, I was able to get everything working as normal... cheers, Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk
participants (5)
-
Charlie Clark -
Chris McDonough -
Chris Withers -
Hanno Schlichting -
Zvezdan Petkovic