Thanks Andrew. Next error I am currently investigating is:
Installed /usr/lib/python2.4/site-packages/baruwa-1.1.0-py2.4.egg Processing dependencies for baruwa==1.1.0 Searching for iPy Reading http://cheeseshop.python.org/pypi/iPy/ Couldn't find index page for 'iPy' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading http://cheeseshop.python.org/pypi/ Reading http://cheeseshop.python.org/pypi/IPy/0.75 Reading https://github.com/haypo/python-ipy Best match: IPy 0.75 Downloading http://pypi.python.org/packages/source/I/IPy/IPy-0.75.tar.gz#md5=d56716a3d8c77fe8539b6e90c88010bd Processing IPy-0.75.tar.gz Running IPy-0.75/setup.py -q bdist_egg --dist-dir /tmp/easy_install-HNlhzB/IPy-0.75/egg-dist-tmp-GS8gPU Traceback (most recent call last): File "setup.py", line 41, in ? classifiers=[ File "/usr/lib64/python2.4/distutils/core.py", line 149, in setup dist.run_commands() File "/usr/lib64/python2.4/distutils/dist.py", line 946, in run_commands self.run_command(cmd) File "/usr/lib64/python2.4/distutils/dist.py", line 966, in run_command cmd_obj.run() File "/usr/lib/python2.4/site-packages/setuptools/command/install.py", line 76, in run self.do_egg_install() File "/usr/lib/python2.4/site-packages/setuptools/command/install.py", line 100, in do_egg_install cmd.run() File "/usr/lib/python2.4/site-packages/setuptools/command/easy_install.py", line 211, in run self.easy_install(spec, not self.no_deps) File "/usr/lib/python2.4/site-packages/setuptools/command/easy_install.py", line 427, in easy_install return self.install_item(None, spec, tmpdir, deps, True) File "/usr/lib/python2.4/site-packages/setuptools/command/easy_install.py", line 473, in install_item self.process_distribution(spec, dist, deps) File "/usr/lib/python2.4/site-packages/setuptools/command/easy_install.py", line 518, in process_distribution distros = WorkingSet([]).resolve( File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 481, in resolve dist = best[req.key] = env.best_match(req, self, installer) File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 717, in best_match return self.obtain(req, installer) # try and download/install File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 729, in obtain return installer(requirement) File "/usr/lib/python2.4/site-packages/setuptools/command/easy_install.py", line 446, in easy_install return self.install_item(spec, dist.location, tmpdir, deps) File "/usr/lib/python2.4/site-packages/setuptools/command/easy_install.py", line 471, in install_item dists = self.install_eggs(spec, download, tmpdir) File "/usr/lib/python2.4/site-packages/setuptools/command/easy_install.py", line 655, in install_eggs return self.build_and_install(setup_script, setup_base) File "/usr/lib/python2.4/site-packages/setuptools/command/easy_install.py", line 930, in build_and_install self.run_setup(setup_script, setup_base, args) File "/usr/lib/python2.4/site-packages/setuptools/command/easy_install.py", line 919, in run_setup run_setup(setup_script, args) File "/usr/lib/python2.4/site-packages/setuptools/sandbox.py", line 26, in run_setup DirectorySandbox(setup_dir).run( File "/usr/lib/python2.4/site-packages/setuptools/sandbox.py", line 63, in run return func() File "/usr/lib/python2.4/site-packages/setuptools/sandbox.py", line 29, in <lambda> {'__file__':setup_script, '__name__':'__main__'} File "setup.py", line 30 with open('README') as fp: ^ SyntaxError: invalid syntax -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Andrew Colin Kissa Gesendet: Montag, 20. Juni 2011 20:59 An: Baruwa users list Betreff: Re: [Baruwa] Baruwa 1.1.0 released On 20 Jun 2011, at 8:18 PM, Ehle, Roland wrote: > cool. Just tried to install on my CENTOS 5.0 box and had the following error: > ImportError: No module named setuptools You need setuptools or distribute installed to be able to install any python packages > > P.S.: Is a german translation needed? Yes, translations are always welcome. -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

