From: Joe H. <hea...@gm...> - 2011-01-04 20:44:57
|
On Tue, Jan 4, 2011 at 3:39 PM, Bruce Sherwood <Bru...@nc...>wrote: > The code in /ttfquery/glyph.py looks like this: > > try: > import numpy as Numeric > except ImportError, err: > import Numeric > > So the real problem seems to be that numpy isn't installed, which is > odd, since the VPython installer installs numpy. > > Please report what folders you see in > > > /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ > > There should be a numpy folder. > Indeed there is. Joe |