2018-10-16 14:00:25 +0200 | received badge | ● Notable Question (source) |
2017-01-19 16:47:42 +0200 | received badge | ● Popular Question (source) |
2016-12-14 23:29:33 +0200 | received badge | ● Notable Question (source) |
2016-01-02 01:35:49 +0200 | received badge | ● Popular Question (source) |
2013-11-03 08:16:12 +0200 | asked a question | rubypython and sage I would like to have a python back-end with ruby front-end. For that reason i'm using rubypython. My question is: can I use sage with rubypython lib? The example that did not work for me:
r.rb: Running the script: |
2013-10-26 16:11:25 +0200 | received badge | ● Supporter (source) |
2013-10-26 16:11:24 +0200 | marked best answer | Running sage dependent scripts throws error Works here: |
2013-10-26 16:11:23 +0200 | received badge | ● Scholar (source) |
2013-10-26 16:05:28 +0200 | commented answer | Running sage dependent scripts throws error After adding `from sage.all_cmdline import * ` to a.sage, in my case, everything start working. Nevertheless your examples do work for me even without `from sage.all_cmdline import *` |
2013-10-26 12:39:44 +0200 | commented answer | Running sage dependent scripts throws error Any clues on why I'm getting this exception? Some places to look at? |
2013-10-23 06:03:51 +0200 | received badge | ● Student (source) |
2013-10-23 05:59:38 +0200 | received badge | ● Editor (source) |
2013-10-23 05:57:43 +0200 | asked a question | Running sage dependent scripts throws error script1.sage: script2.sage: After I've done: Both script1 and script2 do have: Everything works good if I: But when trying to run script1.sage in this way: Why? |