Re: import logging raise NotImplementedError

2015-11-25 Thread c.buhtz
On 2015-11-25 19:51 Chris Angelico wrote: > Ah! That would do it, yes. (Incidentally, 'pip install ebscopy' would > be how I'd do it.) Yes, I did first. But I had some problems with 'ebscopy' so I wanted to be sure to get the freshes version of it available. ;) -- GnuPGP-Key ID 0751A8EC -- http

Re: import logging raise NotImplementedError

2015-11-25 Thread Chris Angelico
On Wed, Nov 25, 2015 at 7:40 PM, wrote: > On 2015-11-25 09:00 Chris Angelico wrote: >> You appear to have installed it into your Python 3.4's package > > No really me. I found out who. > > I installed "ebscopy" from its GitHub repository with > "sudo pip3 ./setup.py install" > And this (tried to

Re: import logging raise NotImplementedError

2015-11-25 Thread c.buhtz
On 2015-11-25 09:00 Chris Angelico wrote: > You appear to have installed it into your Python 3.4's package No really me. I found out who. I installed "ebscopy" from its GitHub repository with "sudo pip3 ./setup.py install" And this (tried to) install(ed) "logging" from PyPi. Don't know why. I j

Re: import logging raise NotImplementedError

2015-11-24 Thread Chris Angelico
On Wed, Nov 25, 2015 at 7:27 AM, wrote: > The problem happens with Python3 because "logging" is in the default > installation. In Python2 it is not installed. I installed it with >sudo python2 -m pip install logging -U > > This works without problems. Importing in Python2 works, too. You app