Bug#352624: python2.4-scipy: delayed import gives a bad __dict__

2006-02-13 Thread Alexandre Fayolle
severity 352624 wishlist tag 352624 +upstream thanks On Mon, Feb 13, 2006 at 01:23:22AM +, Greg Kochanski wrote: Package: python2.4-scipy Version: 0.3.2-8 Severity: normal Because import scipy.stats doesn't actually do the import (it returns a fancy __ppinport_p_frame object that

Bug#352624: python2.4-scipy: delayed import gives a bad __dict__

2006-02-12 Thread Greg Kochanski
Package: python2.4-scipy Version: 0.3.2-8 Severity: normal Because import scipy.stats doesn't actually do the import (it returns a fancy __ppinport_p_frame object that seems to do a delayed import), the __dict__ attribute is not what one expects and is pretty much useless. As is