This is not what you asked for for but it would probably be easier for you to install them through pip. Something like: $ pip install --user xlrd xlwt xlutils This way you get them directly from PyPi (faster updates) and the "--user" option means they are installed in your home folder preventing them from breaking your system-wide python installation. Use pip3 if you want to install them for Python 3 and pip2 for Python 2. Hope this helps On 7/31/19 7:23 AM, Robin Laing wrote: > Hello, > > I was trying to install the InventorLoader addon for FreeCAD and it > requires three python modules to install. > > xlrd, xlwt and xlutils > > xlrd and xlwt are available through DNF, xlutils isn't. > > I saw it mentioned in an old bug report but nothing more. > > I would like to request that this package be added. > > https://pypi.org/project/xlutils/ > > > _______________________________________________ > users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx