Hi, In the past, I have always done imports of the form "from scipy.base import records". However, the following import raises an ImportError: "from scipy import records" My (simple) understanding was that everything in the scipy.base namespace was included in the scipy namespace. Am I missing something obvious? Thanks, Chris