On Sep 19, 2:10 pm, Robert Bradshaw
wrote:
> See
>
> http://hg.sagemath.org/scripts-main/file/26abf552ceaa/sage-cython#l1
>
> Specifically, you can do "sage -cython -a -sage /path/to/file.[s]pyx"
> and it should do what you want.
That's *exactly* what I was looking for. Thanks!
john perry
--
T
See
http://hg.sagemath.org/scripts-main/file/26abf552ceaa/sage-cython#l1
Specifically, you can do "sage -cython -a -sage /path/to/file.[s]pyx"
and it should do what you want.
- Robert
On Mon, Sep 19, 2011 at 11:53 AM, john_perry_usm wrote:
> FWIW it looks like this is a trac ticket.
>
> htt
FWIW it looks like this is a trac ticket.
http://trac.sagemath.org/sage_trac/ticket/2110
john
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group a
Robert
On Sep 19, 11:39 am, Robert Bradshaw
wrote:
> Try doing sage -cython /path/to/file.pyx. If your .pyx file is in the
> sage library, this sets up all the extra paths for you.
It's not in the sage library; it's a separate file I'm working with.
john
--
To post to this group, send an emai
On Sep 19, 11:39 am, Simon King wrote:
> Under the assumption that I remember correctly: Would that be enough
> for you?
I'd prefer to use the command line, but that would work fine. Where
does the link appear? I attached a file in a worksheet, and it
compiled without complaint but I don't see an
Hi John,
On 19 Sep., 18:05, john_perry_usm wrote:
> If I import a .pyx file into Sage, Sage compiles it into cython. Is
> there a way to make it show the same thing?
If I am not mistaken, if you attach a .pyx file to the notebook then
there is a link to the annotated version of your .pyx file.