raise RuntimeError,"Could not obtain comic data from %s . Maybe you
should enable time travel!"%url

You gave up on this too early, IMO.  I'd "from __future__ import *"
and then try the url again.

For the more pragmatic, you can fairly accurately predict when that
url will come live, and just sleep 'til then.

On Sun, Sep 29, 2013 at 11:26 PM, Maarten Derickx
<m.derickx.stud...@gmail.com> wrote:
> Speaking of xkcd and easter eggs, I have always thought that since sage
> already has an xgcd function, we should also have an xkcd function. I
> already wrote a first version at:
> https://sage.math.leidenuniv.nl/home/pub/22/
>
> Le vendredi 27 septembre 2013 18:03:00 UTC+2, kcrisman a écrit :
>>>
>>>
>>>
>>> On Friday, September 27, 2013 4:57:51 AM UTC+2, kcrisman wrote:
>>>>
>>>> From a user.  I'm not sure how the matplotlib devels would feel about
>>>> adding this.
>>>>
>>>
>>> I would assume they welcome a patch, especially when you quote xkcd.
>>> The definitions are here, i think:
>>>
>>> https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/colors.py#L65
>>>
>>
>> I've submitted a pull request.
>> https://github.com/matplotlib/matplotlib/pull/2468
>>
>> See also http://www.colourlovers.com/palette/492360/Sage
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to