[PEAK] Re: setuptools test command generates exception after interpreter shutdown

P.J. Eby pje at telecommunity.com
Mon May 3 13:20:17 EDT 2010


At 07:04 PM 5/2/2010 -0400, Nikolaus Rath wrote:
>Nikolaus Rath <Nikolaus at rath.org> writes:
> > Hello,
> >
> > Consider this:
>[...]
>
>
>Note that this does not happen on every system. I reproduced this on
>Ubuntu Intrepid with Python 2.6.2, but I was not able to reproduce it on
>Ubuntu Lucid with Python 2.6.5. I can't tell if it's the Python version
>or something else though.

It's probably something else in your environment -- maybe in a 
sitecustomize.py, or a setuptools plugin that's installed in one 
environment but not the other?

The 'multiprocessing.util' module (or any other part of 
'multiprocessing' isn't imported by your simple test case, as far as 
I can tell -- and setuptools definitely doesn't import it 
either.  But your errors are in the multiprocessing.util module.  So, 
something else must be importing it.



More information about the PEAK mailing list