From: Fernando P. <fpe...@gm...> - 2011-12-17 21:52:29
|
On Sat, Dec 17, 2011 at 11:56 AM, John Hunter <jd...@gm...> wrote: > Did you test? I did enable the same old fer_perez sf account you've always had. I was just referring to you by your email moniker in the post above. If it's still not working, I'll see if there is some other setting that needs tweaking. OK, it worked now. I was using before an auto-generated password that was OK for web login but had funny quote characters that were confusing the svn login (probably being escaped by the shell). I changed that to a more normal password, and now I was able to push. Sorry for the confusion, and thanks! Doing these updates should be easy and infrequent enough that I'm happy to push them by hand when needed, just ping me. Checked and the system mpl on ubuntu 11.10 can now fetch stinkbug correctly: In [3]: matplotlib.__version__ Out[3]: '1.0.1' In [4]: cbook.get_sample_data('stinkbug.png') Out[4]: <open file '/home/fperez/.matplotlib/sample_data/stinkbug.png', mode 'rb' at 0x2860b70> Cheers, f |