Hi Marrten, Thanks for the reply. file sagetest.sage contains one line: print "hello world"
(1) sage sagetest.sage: /usr/lib/sagemath/local/bin/sage-preparse: File 'sagetest.sage' is missing python: can't open file 'sagetest.py': [Errno 2] No such file or directory (2) sage /home/me/Documents/research/papers/tests/sagetest.sage: (long delay plus the sounds of much chugging) hello world So I went back to my original tex file and regenerated the corresponding sagetest.sage file. (NOTE that I copied the above after adding the comment code ahead of the sage input. Also I messed up the sage input, and have now replaced it with $sage(diff(x^3,x,2))$) Same old, same old... Again, ending with the message: IOError: [Errno 2] No such file or directory: 'sagetest.sage' Brian On Oct 9, 11:01 am, Maarten Derickx <[email protected]> wrote: > what happens if you somewhere create a file sagetest.sage with the contents: > > print "hello world" > > and try to run that file both with absolute and relative path? > Since the core of the error seems to be not related to sagetex at all. -- 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-support URL: http://www.sagemath.org
