Your message dated Tue, 13 Feb 2018 06:26:43 +0000
with message-id <[email protected]>
and subject line Bug#889599: Removed package(s) from unstable
has caused the Debian Bug report #771936,
regarding mpld3.show() does not work
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
771936: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771936
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-mpld3
Version: 0.3git+20140910dfsg-2
This example from https://mpld3.github.io/quickstart.html does
not work:
$ python
...
>>> import matplotlib.pyplot as plt, mpld3
>>> plt.plot([3,1,4,1,5], 'ks-', mec='w', mew=5, ms=20)
[<matplotlib.lines.Line2D object at 0x7f62a2358fd0>]
>>> mpld3.show()
Serving to http://127.0.0.1:8888/ [Ctrl-C to exit]
...
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 43978)
Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 295, in
_handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
self.handle()
File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
method()
File "/usr/lib/python2.7/dist-packages/mpld3/_server.py", line 48, in do_GET
self.wfile.write(content.encode())
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 90014:
ordinal not in range(128)
mpld3.fig_to_html() etc. do work fine, however.
Removing the ".encode()" in mpld3/_server.py:48 helps.
--- End Message ---
--- Begin Message ---
Version: 0.3git+20140910dfsg-3+rm
Dear submitter,
as the package python-mpld3 has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/889599
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team