Python help

2018-01-23 Thread Antonio M
in Python 3 if I list the modules I get this output: /usr/lib64/python3.6/site-packages/matplotlib/cbook.py:136: MatplotlibDeprecationWarning: The matplotlib.delaunay module was deprecated in version 1.4. Use matplotlib.tri.Triangulation instead. warnings.warn(message, mplDeprecation, stacklevel=

Re: Python help

2018-01-23 Thread Carlos "casep" Sepulveda
On 23 January 2018 at 08:02, Antonio M wrote: > in Python 3 if I list the modules I get this output: > /usr/lib64/python3.6/site-packages/matplotlib/cbook.py:136: > MatplotlibDeprecationWarning: The matplotlib.delaunay module was deprecated > in version 1.4. Use matplotlib.tri.Triangulation instea

Re: Python help

2018-01-23 Thread Antonio M
the output was from >>>help() and then modules. the pip3 list gives no error and pyorbital is not present. Tnx for help Antonio Montagnani Linux Fedora 27(Workstation) da/from Gmail 2018-01-23 10:16 GMT+01:00 Carlos "casep" Sepulveda : > On 23 January 2018 at 08:02, Antonio M > wrote: > > in P

Re: sound configuration

2018-01-23 Thread François Patte
Le 21/01/2018 à 23:53, stan a écrit : > On Sun, 21 Jan 2018 19:54:56 +0100 > François Patte wrote: > >> This is the problem: it is not remembered. > > Changing the device is a separate setting from setting it as a > default. So, are you changing the device and then making it the > default?

Re: OT - rm different on Ubuntu than Fedora

2018-01-23 Thread Tim
Allegedly, on or about 21 January 2018, Gordon Messmer sent: > You don't need "-d" to remove directories. The "-r" option will do > that. The "-d" option removes *empty* directories. Well, that'd explain the success in deleting things (they weren't empty). Though I would have expected the comm

Re: OT - rm different on Ubuntu than Fedora

2018-01-23 Thread Tim
Allegedly, on or about 21 January 2018, Tom H sent: > Was it an ownership problem? Never found out. Just eventually got him to do what was needed. It was bad enough having the basic output of "ls" read to me over the phone, without trying to have permissions dictated, too. -- [tim@localhost ~]

Re: Python help

2018-01-23 Thread Antonio M
python-devel installed and then help> modules Please wait a moment while I gather a list of all available modules... /usr/lib64/python3.6/site-packages/matplotlib/cbook.py:136: MatplotlibDeprecationWarning: The matplotlib.delaunay module was deprecated in version 1.4. Use matplotlib.tri.Tria

Re: Python help

2018-01-23 Thread Rick Stevens
On 01/23/2018 09:49 AM, Antonio M wrote: > python-devel installed and then > > help> modules > > Please wait a moment while I gather a list of all available modules... > > /usr/lib64/python3.6/site-packages/matplotlib/cbook.py:136: > MatplotlibDeprecationWarning: The matplotlib.delaunay modu

Re: Which Mysql Packages are Better to use in Fedora 27

2018-01-23 Thread Stephen Morris
On 22/1/18 7:36 pm, James Hogarth wrote: On 21 Jan 2018 00:39, "Stephen Morris" > wrote: Hi,     I need to install mysql for registration with netbeans for its database interfacing processes. Looking for mysql in the repositories I've found co

Re: Python help

2018-01-23 Thread Antonio M
installing the zeromq-devel package didn't solve the problem, but dnf reinstall zeromq* seems to have solved it. Now I have two questions: 1)/usr/lib64/python3.6/site-packages/matplotlib/cbook.py:136: MatplotlibDeprecationWarning: The matplotlib.delaunay module was deprecated in version 1.4. Use

Re: sound configuration

2018-01-23 Thread stan
On Tue, 23 Jan 2018 12:27:02 +0100 François Patte wrote: > When I open the mixer I can see several tabs: read, record, output, > input, configuration. > > Under configuration, I choose the device. By default it is: "digital > stereo output (iec958) + analogic stereo input", this cannot be > perm

Re: downloading ALL Packages of a fedora release.

2018-01-23 Thread JD
On 01/22/2018 03:01 PM, Ed Greshko wrote: On 01/23/18 03:14, JD wrote: On 01/14/2018 02:22 PM, Ed Greshko wrote: On 01/15/18 05:19, Ed Greshko wrote: kernel-devel x86_64 4.14.13-300.fc27 updates12 M kernel-headersx86_64 4.14.13-300.fc27 updat

Re: downloading ALL Packages of a fedora release.

2018-01-23 Thread JD
Terry, have you looked inside F27 workstation install iso? Please take a look, and tell me if the release packages are ALL there. On Mon, Jan 22, 2018 at 7:21 PM, Terry Polzin wrote: > Can't you mount an install iso and use it as a local repo? > > On Mon, Jan 22, 2018 at 2:14 PM, JD wrote: > >>

Re: Python help

2018-01-23 Thread Jeandet Alexis
Hi, I would advise to avoid as much as possible doing "pip install" prefer first dnf then virtualenv and if you really want "pip install --user something"But never, never, never do 'sudo pip install someting'! best regards,Alexis.On Tue, 2018-01-23 at 20:42 +0100, Antonio M wrote: > installing the

Re: downloading ALL Packages of a fedora release.

2018-01-23 Thread Ed Greshko
On 01/24/18 04:55, JD wrote: > > > On 01/22/2018 03:01 PM, Ed Greshko wrote: >> On 01/23/18 03:14, JD wrote: >>> >>> On 01/14/2018 02:22 PM, Ed Greshko wrote: On 01/15/18 05:19, Ed Greshko wrote: > kernel-devel  x86_64 4.14.13-300.fc27 updates  >    12 M >>>

Re: downloading ALL Packages of a fedora release.

2018-01-23 Thread Ed Greshko
On 01/24/18 05:24, JD wrote: > Terry, > have you looked inside F27 workstation install iso? > Please take a look, and tell me if the release packages > are ALL there. Packages such as "kernel-devel" and "kernel-headers" are not on the LiveOS ISO. > > On Mon, Jan 22, 2018 at 7:21 PM, Terry Polzin

Re: downloading ALL Packages of a fedora release.

2018-01-23 Thread Ed Greshko
On 01/23/18 10:57, JD wrote: > Downloaded the rpms you had listed in your email. Rule #671.5 Never use a list generated by another person, even if that list is correct.  Especially, do not willy-nilly add or remove entries from the other list and use it. Generate your own list using the comma

Re: Python help

2018-01-23 Thread Antonio M
tnx for your reply. Pyorbital cannot be installed via dnf (I didn't find any rpm in the repos). But this doesn't solve the issue of having pyorbital listed in help()/modules and not listed in pip3 list. Others issues seems to have been solved Antonio Montagnani Linux Fedora 27(Workstation) da/fr

Re: downloading ALL Packages of a fedora release.

2018-01-23 Thread Ed Greshko
On 01/23/18 10:57, JD wrote: > Downloaded the rpms you had listed in your email. Rule #671.5 Never use a list generated by another person, even if that list is correct.  Especially, do not willy-nilly add or remove entries from the other list and use it. Generate your own list using the comma

Re: f26 systemd :: how to run tftp.service and disable tftp.socket

2018-01-23 Thread Adrian Sevcenco
On 01/21/2018 04:50 PM, francis.montag...@inria.fr wrote: in which i tried to remove the socket dependency but i still have this : systemctl list-dependencies tftp.service tftp.service ● ├─system.slice ● └─tftp.socket The following Note (hard to find that) at the end of the man of systemd.un

smartmontools still "monitoring" a replaced hard drive.

2018-01-23 Thread William Mattison
Good evening, (f26; Gnome) This past spring, with a lot of help from this list, I replaced the dying hard drive on my home workstation. But when I use the "disks" tool to check the health of the new hard drive, smartmontools continues to report test data from the old drive. I've looked at th

Re: Python help

2018-01-23 Thread Gordon Messmer
On 01/23/2018 02:08 PM, Antonio M wrote: Pyorbital cannot be installed via dnf (I didn't find any rpm in the repos). But this doesn't solve the issue of having pyorbital listed in help()/modules and not listed in pip3 list. Is it possible that you installed pyorbital using "sudo pip install..

Suspend to Ram Issues

2018-01-23 Thread InvalidPath
Fully updated F27, Dell XPS 15 9550. So last year on F26 I could safely and reliably suspend to ram from the menu, then after the upgrade to F27 all that stopped. I just dealt with it until last night. So Google let em down again with the VAST majority.. if not damned near all of the results cente

Re: Suspend to Ram Issues

2018-01-23 Thread Ed Greshko
On 01/24/18 10:47, InvalidPath wrote: > Fully updated F27, Dell XPS 15 9550. > > So last year on F26 I could safely and reliably suspend to ram from the menu, > then > after the upgrade to F27 all that stopped. I just dealt with it until last > night. > So Google let em down again with the VAST m

Re: Suspend to Ram Issues

2018-01-23 Thread Ed Greshko
On 01/24/18 10:47, InvalidPath wrote: > Fully updated F27, Dell XPS 15 9550. > > So last year on F26 I could safely and reliably suspend to ram from the menu, > then > after the upgrade to F27 all that stopped. I just dealt with it until last > night. > So Google let em down again with the VAST m

Re: Suspend to Ram Issues

2018-01-23 Thread InvalidPath
On Tue, Jan 23, 2018 at 8:55 PM, Ed Greshko wrote: > On 01/24/18 10:47, InvalidPath wrote: > > Fully updated F27, Dell XPS 15 9550. > > > > So last year on F26 I could safely and reliably suspend to ram from the > menu, then > > after the upgrade to F27 all that stopped. I just dealt with it unti

Re: KDE Applications Launcher becomes unresponsive [and applets in the Tray do the same]

2018-01-23 Thread Jonathan Ryshpan
On Mon, 2018-01-22 at 09:22 -0800, Jonathan Ryshpan wrote: > If I click on the KDE Applications Launcher and then change desktops > while the Launcher popup is visible, the Launcher popup disappears > (normal) but then does not pop up when I click on the Launcher (bad); > the Launcher behaves norma

Re: sound configuration

2018-01-23 Thread François Patte
Le 23/01/2018 à 21:16, stan a écrit : > On Tue, 23 Jan 2018 12:27:02 +0100 > François Patte wrote: > >> When I open the mixer I can see several tabs: read, record, output, >> input, configuration. >> >> Under configuration, I choose the device. By default it is: "digital >> stereo output (iec958)

Re: KDE Applications Launcher becomes unresponsive [and applets in the Tray do the same]

2018-01-23 Thread Ed Greshko
On 01/24/18 14:03, Jonathan Ryshpan wrote: > On Mon, 2018-01-22 at 09:22 -0800, Jonathan Ryshpan wrote: >> If I click on the KDE Applications Launcher and then change desktops while >> the >> Launcher popup is visible, the Launcher popup disappears (normal) but then >> does >> not pop up when I c