[visionegg] Error: ImportError: No module named distutils.core

  • From: Sven Garbade <garbade@xxxxxxxxxxxxxxxxxxxxxxxx>
  • To: visionegg@xxxxxxxxxxxxx
  • Date: Tue, 13 Apr 2004 17:20:04 +0200

Hi all,

I've just downloaded the visionegg sources and want to install it, but
got an error. Running 

$ ./check-config.py 
check-config.py for Vision Egg 0.9.5a2.
[2003/09/19 03:54:27 CVS revision 1.19]
Beginning configuration check.
Could not import the VisionEgg module.
    
    This is probably because it is not yet installed.
    
    Try installing by running 'python setup.py install' from the
    command line (as root if necessary).

    The exception raised was:
Traceback (most recent call last):
  File "./check-config.py", line 99, in ?
    import VisionEgg
ImportError: No module named VisionEgg
VisionEgg not installed (or other VisionEgg import problems)

Continuing with prerequisites check.

Version checklist:

Python version 2.3.3 (OK)
extra Python info: (#2, Feb 24 2004, 09:29:20) [GCC 3.3.3 (Debian)]
Numeric version 23.1 (OK)
PyOpenGL (package "OpenGL") version 1.5.6b1 (Untested)
pygame version 1.6 (OK)
Python Imaging Library (package "Image") version 1.1.4 (OK)

Optional module(s):

Pyro version 3.3 (OK)

is ok, but then

$ python setup.py install
Traceback (most recent call last):
  File "setup.py", line 54, in ?
    from distutils.core import setup, Extension
ImportError: No module named distutils.core

I've installed python1.5-distutils, but maybe it has another name on my
system (found "/usr/lib/python1.5/site-packages/distutils/core.py").
System: Debian Testing on Intel.

Thanks for an hints, Sven
======================================
The Vision Egg mailing list
Archives: //www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html

Other related posts: