-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Animation.to_html5_video requires python3 base64 module #5508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
can you put in a PR with those changes? There has been talk of adding python3 only features, but this is not the right place for that. |
Interesting, the Python docs (https://docs.python.org/3.5/library/base64.html) don't list |
@tacaswell All right. But it may take a while, because I am new to developing matplotlib. |
Don't worry, we all were new to mpl once! Please reach out if you have any questions |
I found another problem within The commit 728db55 has modified
Anyway I try to create a PR for |
@tomoemon, try working off of the latest master branch. I am pretty sure On Thu, Nov 26, 2015 at 5:25 AM, tomoemon notifications@github.com wrote:
|
@WeatherGod No this is actually a new bug introduced by my fix sorry |
In order to realize an animation in IPython note book, I have run following code. (environment: Windows 7, Python 2.7.10, matplotlib 1.5.0, IPython 4.0.0)
And this code raised an AttirubteError shown below.
Although
base64.encodebytes
is similar tobase64.encodestring
, there is no such method in python2. Matplotlib doesn't support python2 now ?Following code is my workaround for this problem.
The text was updated successfully, but these errors were encountered: