It took me a while to check this out, but the version of Spyder that comes with WinPython acts in exactly the same way as the Anaconda distribution, so it does appear to be Spyder and not Anaconda. Whenever I print an object it gives me the "Unknown terminal "Cygwin"" error. This only occurs in the default interpreter and not in an iPython interpreter.
In addition both numpy 1.7.1 and scipy 0.12.0 linalg modules cause Python to close when doing calculations on matrices larger than about 200x200. That problem appears to be related to AVX calls in MKL, but I can't work it out further than that. It occurs on all workstations in our company, but I've tried asking on the scipy-users list and haven't gotten any response, which probably means that it's limited to my particular class of desktop (though I can't believe that it's that rare). These errors occur whether I download the numpy and scipy through Anaconda, WinPython or directly from Christoph Gohlke's site (I think that they all come from there anyway). The first issue is an annoyance, but the second is somewhat of a showstopper :-(. -Paul On Friday, May 10, 2013 12:51:22 PM UTC-7, pblelloch wrote: > > I’m using Spyder (2.2) from an Anaconda distribution on Windows 7, and > every time I print an object I get the following warning (usually twice): > > > > unknown terminal “cygwin” > > > > This doesn’t occur on my laptop, but that doesn’t have cygwin installed, > while my desktop does. It’s only a minor annoyance, but is there anyway to > disable that message? > > > > -Paul Blelloch > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
