Closed RicardoEscobar closed 9 years ago
Good point, thanks for the patch. Just going to rewrite the text a bit to make it more generic.
Actually, I just realized it would be simpler to just add setuptools to the list of required Python modules. So I did just that. Hope you don't mind.
Hi there,
I don't mind, that's actually a better solution. Thanks for emailing me. Great project.
-Ricardo Escobar- @JREscobarC
El 22/01/2015, a las 8:29 a.m., Aurélien Gâteau notifications@github.com escribió:
Actually, I just realized it would be simpler to just add setuptools to the list of required Python modules. So I did just that. Hope you don't mind.
— Reply to this email directly or view it on GitHub.
Adds a fix for
ImportError: No module named setuptools
when trying to install on a fresh install of Ubuntu Gnome 14.10 distro. It complains about not having a module called setuptools.This is fixed installing such tools with the command:
apt-get install python-setuptools
as root.