I've been working with David Howell on a
TextMate bundle for Mathematica. Development has slowed as I find fewer and fewer things to change, to the point that I decided it was time to publish my fork of it in my blog in the hopes that someone somewhere finds it useful.
1 comment:
Hi Shad,
The Mathematica bundle for TextMate looks great but I can’t seem to get any calculation done. I’m assuming it’s because it can’t find the Mathematica executable or a running kernel. I tried both with and without Mathematica running. Control-H works to get help but Command-R results in a Python problem as such:
Traceback (most recent call last):
File "/Users/me/Library/Application Support/TextMate/Bundles/Mathematica.tmbundle/Support/bin/mathmate.py", line 363, in inline
line, response, words, comment = self.read(sock)
File "/Users/me/Library/Application Support/TextMate/Bundles/Mathematica.tmbundle/Support/bin/mathmate.py", line 215, in read
raise Exception("The server quit unexpectedly.")
Exception: The server quit unexpectedly.
Thanks for any help.
Jerry
Post a Comment