tyke91 wrote: > Thank's for your answer. > > But I've installed python 2.5 but I've got an issue with Distutils an new > error appear. > And with that I can't install gazebo. > > python/Distutils-1.0.2> python setup.py build >> Traceback (most recent call last): >> File "setup.py", line 30, in ? >> packages = ['distutils', 'distutils.command'], >> File "/home/castor/lib/python/Distutils-1.0.2/distutils/core.py", line >> 101, in setup >> _setup_distribution = dist = klass(attrs) >> File "/home/castor/lib/python/Distutils-1.0.2/distutils/dist.py", line >> 130, in __init__ >> setattr(self, method_name, getattr(self.metadata, method_name)) >> AttributeError: DistributionMetadata instance has no attribute >> 'get___doc__'
Are you sure you're using the correct version of distutils? If you run: python -c "import distutils; print distutils.__version__" What is printed? It should probably be 2.5.x. Cheers, Mike. > Michael Sheldon-2 wrote: >> 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 >> >> > ------------------------------------------------------------------------- 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
