https://bugzilla.novell.com/show_bug.cgi?id=424730 User jmatejek@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=424730#c1 Jan Matejek <jmatejek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jmatejek@novell.com |skh@novell.com Severity|Major |Normal --- Comment #1 from Jan Matejek <jmatejek@novell.com> 2008-09-09 11:45:21 MDT --- this is a problem in the python-dateutil package. when setuptools try to "import test", python picks up "test.py" which resides in package's directory. That file naturally doesn't contain test_support. In fact, i'm not sure how it -can- work in 11.0. Probably the setuptools from there do something to rectify the problem, but factory's version doesn't do it. you can try manually: python -c "from test.test_support import catch_warning" in package's directory, see that it fails ..aaand, as such, lowering severity (problem is in this particular package, not systemwide) and handing over to setuptools maintaner. Sonja, feel free to throw this back at me if you find out that python is at fault. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.