On 31/07/2019 20:44, Robin Laing wrote:
Will try it. Not sure if I can get it through the work firewall that
way but will try.
Never knew about the pip2 pip3 though.
Tried it and FreeCAD addon manager installed the plugin. Now to test it.
Thank you.
Still should be a Fedora package though.
On 31/07/2019 01:27, Aristeidis Dimitriadis wrote:
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/
Trying to install through a very well configured firewall was not easy.
Certificate issues from the python distribution site. Finally
downloaded it and learned how to install from a local directory.
Unfortunately, it didn't solve the problem I was trying to fix. Opening
an Inventor file in FreeCAD. I hate Autodesk.
_______________________________________________
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