#8473: Make .sws files clickable
---------------------------------------------------------------------+------
Reporter: olazo |
Owner: iandrus
Type: enhancement |
Status: needs_work
Priority: minor |
Milestone: sage-4.7
Component: notebook |
Keywords:
Author: Ivan Andrus |
Upstream: N/A
Reviewer: Karl-Dieter Crisman |
Merged:
Work_issues: document option, only require login when it should be |
---------------------------------------------------------------------+------
Comment(by iandrus):
Replying to [comment:18 kcrisman]:
> I think that the extra `/` is causing problems, though. Here are two
things. The second one works.
> {{{
> Downloads/sage-4.7.alpha1/sage -n
upload="/Users/.../MAT338Day1-2011.sws"
> Downloads/sage-4.7.alpha1/sage -n upload="Users/.../MAT338Day1-2011.sws"
> }}}
> I think that one too many `/`s is messing things up. But the first one
IS the full path to the file, so this could be very confusing. After all,
> {{{
> Downloads/sage-4.7.alpha1/sage -n
upload="~/Downloads/MAT338Day1-2011.sws"
> }}}
> gives
> {{{
> exceptions.IOError: [Errno 2] No such file or directory:
'/~/Downloads/MAT338Day1-2011.sws'
> }}}
> So we can't use that syntax for the local directory either. Clearly the
extra `/` isn't helping.
Hmm. The extra `/` doesn't cause a problem on my machine, but I have
noticed differences in URL handling on earlier version of OS X, so I'll go
ahead a remove it.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8473#comment:19>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.