From: Ari H. <ahe...@an...> - 2001-10-16 20:43:25
|
On Tue, Oct 16, 2001 at 04:36:17PM -0400, Michael Katz-Hyman wrote: > I get the following error upon running python2 and then doing an > from visual import *... > > Python 2.1.1 (#1, Aug 28 2001, 19:51:39) > [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-85)] on linux2 > Type "copyright", "credits" or "license" for more information. > >>> from visual import * > Visual-2001-10-15 > WARNING: Python C API version mismatch for module cvisual: > This Python has API version 1010, module cvisual has version 1007. This is not the problem. It can be ignored. > Traceback (most recent call last): > File "<stdin>", line 1, in ? > File "/usr/lib/python2.1/site-packages/visual/__init__.py", line 18, in > ? > from cvisual import vector, mag, norm, cross, rotate, faces > ImportError: cannot import name faces This is the real problem. > > I thought this was fixed? > Apparantly it rebroke itself :) DMA can fix it tho. Dave, can you also verify that the correct Makefile made it into (and remained in) CVS? Ari |