I would echo this. I have been using Wing v3 and v2 before it and I have never had a problem of any sort.
I like eclipse with the pydev extensions, jedit, notepad++, vi/vim/ gvim, emacs..., but for Python Wing really cuts the mustard. It is fast and makes me very productive. The helpful details that the source assistant gives you is better than anything else I have seen, you can even make it work for your own code with assert statements. It's integrated multi-threaded debugger is great. (and unique?) If you simply must have the same editor for everything Eclipse with the pydev extensions would come second. Regards, Tim On Oct 18, 7:53 pm, "Joshua J. Kugler" <[EMAIL PROTECTED]> wrote: > On Wednesday 17 October 2007 18:20, Barry Hart wrote: > > > >the 3.0 pre-release period). It is rock solid (never had a crash), > > >visual > > > >debugger, and the code completion is great. Would certainly recommend > > > it to > > > That's more than I can say for Komodo. I got it about six months ago, and > > for a few months it was almost unusable - crashes, slow performance when > > editing and debugging, etc. It is pretty tolerable now although I would not > > open large data files in it (say, 10MB or larger). > > > Maybe I will give Wing a try myself. Both products offer free 30-day > > evaluations (and permanently free 'limited' versions). > > I tried Komodo when I was evaluating IDE's for Python, and couldn't even get > it to complete simple stuff (say, native python modules). As to > the "limited" version of WingIDE, it doesn't have some of the really nice > features, like code completion, as it is meant to teach students Python and > programming, not get them hooked on helper features. But the personal > version (for non-commercial use) is pretty cheap. And trust me, that $179 > for professional version is worth every penny. The code completion and > visual debugging have saved me hours! > > I can't comment on opening 10MB files, as I don't have any code files that > large, and I use other stuff for data files (Kate or KWrite). > > Anyway, back on topic. :) > > j > > -- > Joshua Kugler > Lead System Admin -- Senior Programmerhttp://www.eeinternet.com > PGP Key:http://pgp.mit.edu/ ID 0xDB26D7CE > PO Box 80086 -- Fairbanks, AK 99708 -- Ph: 907-456-5581 Fax: 907-456-3111 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

