Hi Tyke tyke91 wrote: > Hi, > > Installing gazebo 0.7 on suse 9.3 causing me some issue. I installed all the > libraries requiered for gazebo (gl glut etc...) and when I type > "./configure" that run correctly. > > But, when I type "make install" (in root) some errors appear and I can't > launch gazebo because it doesn't exist. > > Maybe someone could help me. Thank's >
<snip> > `/home/castor/Desktop/Gazebo/gazebo-0.7.0/libgazebo/bindings/python' > python ./setup.py build > Traceback (most recent call last): > File "./setup.py", line 2, in ? > from distutils.core import setup, Extension > ImportError: No module named distutils.core You need to install python's distutils module, so that the python bindings can be installed. I'm not sure what package SuSE has this module in, under Debian it's python-setuptools, under some other distributions it's inside their python-dev or python-devel packages, so you might have to hunt around a bit for it. Cheers, Mike. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Playerstage-gazebo mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
