[Distutils] ez_setup 0.6a7 crashes on Python2.3, AMD64, Debian linux

2005-11-02 Thread Andrew Straw
Hi, on a just-installed Debian sarge AMD64 installation, I have the following behavior, which looks similar to the issue discussed here: http://mail.python.org/pipermail/python-dev/2005-September/056955.html (Like the author of that message, I have also downloaded setuptools from CVS, and also

[Distutils] Fwd: [TurboGears] Error installing cElementTree !

2005-11-02 Thread Kevin Dangoor
Has any recent change to setuptools affected a call to swig_sources? Kevin -- Forwarded message -- From: narm [EMAIL PROTECTED] Date: Nov 1, 2005 6:51 PM Subject: [TurboGears] Error installing cElementTree ! To: TurboGears turbogears@googlegroups.com Hi all, I am trying to

Re: [Distutils] setuptools-0.6a7

2005-11-02 Thread Ian Bicking
Oleg Broytmann wrote: Hello! When I test a new patch I set PYTHONPATH=. and run py.test sqlobject/test/test_something.py Until today it works pretty good. Unfortunately, setuptools-0.6a7 has got an additional intelligence and now spits this warning:

Re: [Distutils] ez_setup 0.6a7 crashes on Python2.3, AMD64, Debian linux

2005-11-02 Thread Phillip J. Eby
At 01:36 AM 11/2/2005 -0800, Andrew Straw wrote: Hi, on a just-installed Debian sarge AMD64 installation, I have the following behavior, which looks similar to the issue discussed here: http://mail.python.org/pipermail/python-dev/2005-September/056955.html (Like the author of that message, I

[Distutils] setuptools: Bug in requirement loading

2005-11-02 Thread Ian Bicking
This seems odd to me, but the requirement loading just seems all off in pkg_resources. This is with 0.6a7. In resolve() we have this code: req = requirements.pop(0) # process dependencies breadth-firs if req in processed: # Ignore cyclic or

Re: [Distutils] Fwd: [TurboGears] Error installing cElementTree !

2005-11-02 Thread Phillip J. Eby
At 11:20 AM 11/2/2005 -0500, Kevin Dangoor wrote: Has any recent change to setuptools affected a call to swig_sources? Kevin No. If you search the TurboGears archives via Google, someone else reported this problem in September, and the issue turned out to be missing files in a distribution on

Re: [Distutils] setuptools-0.6a7

2005-11-02 Thread Phillip J. Eby
At 10:39 AM 11/2/2005 -0600, Ian Bicking wrote: Oleg Broytmann wrote: Hello! When I test a new patch I set PYTHONPATH=. and run py.test sqlobject/test/test_something.py Until today it works pretty good. Unfortunately, setuptools-0.6a7 has got an additional intelligence and now

Re: [Distutils] Fwd: [TurboGears] Error installing cElementTree !

2005-11-02 Thread Kevin Dangoor
On 11/2/05, Phillip J. Eby [EMAIL PROTECTED] wrote: At 11:20 AM 11/2/2005 -0500, Kevin Dangoor wrote: Has any recent change to setuptools affected a call to swig_sources? Kevin No. If you search the TurboGears archives via Google, someone else reported this problem in September, and the

Re: [Distutils] setuptools-0.6a7

2005-11-02 Thread Oleg Broytmann
On Wed, Nov 02, 2005 at 02:26:03PM -0500, Phillip J. Eby wrote: Try running 'setup.py egg_info' before trying to run the tests. Yes, this helps. Thank you! Oleg. -- Oleg Broytmannhttp://phd.pp.ru/[EMAIL PROTECTED] Programmers don't die, they just

Re: [Distutils] Fwd: [TurboGears] Error installing cElementTree !

2005-11-02 Thread Basem Narmok
Kevin Dangoor wrote: On 11/2/05, Phillip J. Eby [EMAIL PROTECTED] wrote: At 11:20 AM 11/2/2005 -0500, Kevin Dangoor wrote: Has any recent change to setuptools affected a call to swig_sources? Kevin No. If you search the TurboGears archives via Google, someone else reported

Re: [Distutils] -O3 brings the compiler to it's knees

2005-11-02 Thread Simon Burton
On Thu, 3 Nov 2005 11:17:21 + Simon Burton [EMAIL PROTECTED] wrote: Is there a way to disable -O3 builds ? I have a big (100k+ lines) extension module, and -O3 compile is, at best useless and terribly slow to build, and at worst gobbles up all memory and kills the compile. Simon.

[Distutils] New setuptools in subversion

2005-11-02 Thread Phillip J. Eby
Since the Python CVS has been migrated to Subversion, it's now possible to get fresh setuptools checkouts using EasyInstall. That is, you can use: easy_install setuptools==dev to request the development version of setuptools from Subversion. The current in-development version is