|
From: Michael Katz-H. <mi...@go...> - 2001-10-16 20:36:24
|
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.
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
I thought this was fixed?
-Michael
On Tue, 16 Oct 2001, David Andersen wrote:
> I've built visual for Redhat Linux 7.1, Python 2.1.1 and updated our Web
> page accordingly.
>
> Included are all the pieces required to install Python 2.1.1, Numeric,
> libgtkglarea and visual.
>
> Also included is the source RPM for visual, plus the python and
> libgtkglarea pieces required to build visual.
>
>
> _______________________________________________
> Visualpython-users mailing list
> Vis...@li...
> https://lists.sourceforge.net/lists/listinfo/visualpython-users
>
--
/-------------------------------------------------------------\
| Michael Katz-Hyman mz...@an... |
| Pittsburgh, PA USA http://www.andrew.cmu.edu/~mzk |
\-------------------------------------------------------------/
|