Hi, I have been having a problem using sagetex. I want to use it on a Windows machine by using TeXnicCenter and the remote-sagetex script. TexnicCenter worked great and even auto-installed sagetex from CTAN. However, running remote-sagetex.py complains and gives:
$ sage-python remote-sagetex.py --file server2.txt example.sage Processing Sage code for example.tex using remote Sage server. Reading login information from server2.txt. server = "http://localhost:8000" username = "??????" password = "*******" Parsing example.sage...done. Logging into http://localhost:8000 and starting session...Traceback (most recent call last): File "remote-sagetex.py", line 301, in <module> with closing(RemoteSage(server, username, password)) as sage: File "remote-sagetex.py", line 161, in __init__ password}))['session'] File "remote-sagetex.py", line 185, in _get_url result = json.loads(data.group('header')) AttributeError: 'NoneType' object has no attribute 'group' This occurs on Linux (above) and in Windows (not shown). This occurred for multiple servers, i.e., my local install on Linux, www.sagenb.org and a virtual machine on Windows. cheers, Adam -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org