Re: How to request a new package.

2019-08-04 Thread George N. White III
On Sat, 3 Aug 2019 at 17:29, Robin Laing wrote: > On 01/08/2019 01:28, Samuel Sieb wrote: > > On 7/31/19 7:44 PM, Robin Laing wrote: > >> Still should be a Fedora package though. > > > > There are lots of packages that would be nice to have, but someone has > > to do the work. > > ___

Re: How to request a new package.

2019-08-03 Thread Tim via users
Samuel Sieb: >> There are lots of packages that would be nice to have, but someone >> has to do the work. Robin Laing: > So very true. > > One reason so many go to Ubuntu. Seems to have everything. I've looked at Ubuntu, over many years. I've noticed it's full of Windows breakaways, who don'

Re: How to request a new package.

2019-08-03 Thread Robin Laing
On 01/08/2019 01:28, Samuel Sieb wrote: On 7/31/19 7:44 PM, Robin Laing wrote: Still should be a Fedora package though. There are lots of packages that would be nice to have, but someone has to do the work. ___ So very true. One reason so many

Re: How to request a new package.

2019-08-03 Thread Robin Laing
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.

Re: How to request a new package.

2019-08-01 Thread Samuel Sieb
On 7/31/19 7:44 PM, Robin Laing wrote: Still should be a Fedora package though. There are lots of packages that would be nice to have, but someone has to do the work. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an ema

Re: How to request a new package.

2019-07-31 Thread Robin Laing
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 Dimitr

Re: How to request a new package.

2019-07-31 Thread Aristeidis Dimitriadis
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