Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99424 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2015-11-25 19:51 +1100 |
| Last post | 2015-11-25 19:51 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: import logging raise NotImplementedError Chris Angelico <rosuav@gmail.com> - 2015-11-25 19:51 +1100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2015-11-25 19:51 +1100 |
| Subject | Re: import logging raise NotImplementedError |
| Message-ID | <mailman.58.1448441511.20593.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web