Re: Re: setuptools test command generates exception after interpreter shutdown
"P.J. Eby" <pje-Wh6+Hckhi6HFNGf7iClzIwC/[email protected]> Mon, 03 May 2010 13:20:17 -0400
| Newsgroups | gmane.comp.python.peak |
|---|---|
| Message-ID | <[email protected]> |
At 07:04 PM 5/2/2010 -0400, Nikolaus Rath wrote: >Nikolaus Rath <[email protected]> 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.