Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99424

Re: import logging raise NotImplementedError

From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: import logging raise NotImplementedError
Date 2015-11-25 19:51 +1100
Message-ID <mailman.58.1448441511.20593.python-list@python.org> (permalink)
References <3p4xjG0FzSz5vN9@dovecot03.posteo.de> <CAPTjJmqVkJg2_8+5idVPhwGXtSy6A8xGtE8=r7Grq8mEDSmWag@mail.gmail.com> <3p5FzJ4R4Yz5vNN@dovecot03.posteo.de>

Show all headers | View raw


On Wed, Nov 25, 2015 at 7:40 PM,  <c.buhtz@posteo.jp> wrote:
> On 2015-11-25 09:00 Chris Angelico <rosuav@gmail.com> 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 just removed the egg-file in the dist-utils directory. After that
> everything works fine.

Ah! That would do it, yes. (Incidentally, 'pip install ebscopy' would
be how I'd do it.)

I think this is something that would merit reporting upstream. Neither
datetime nor logging is needed in any even half-way recent Python;
removing them would prevent your issue, and I doubt it'll cause
problems on any supported version of Python.

ChrisA

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: import logging raise NotImplementedError Chris Angelico <rosuav@gmail.com> - 2015-11-25 19:51 +1100

csiph-web