Have you made sure you have kEmbedded = 1 ~line 96? I followed the instructions in Wing's How To and it's been working great for me.
Top Menu > Help > How To's > 6.5 Using WingIDE with Autodesk Maya. On Sat, Dec 4, 2010 at 10:44 PM, Count Zer0 <[email protected]> wrote: > I seem to recall that happening to me awhile back. I asked the Wing > guys to help and they suggested using this code to connect: > > " > import wingdbstub > if wingdbstub.debugger != None: > wingdbstub.debugger.StartDebug(autoquit=False); > print 'Connected to wingIDE' > else: print 'Could NOT connect to wingIDE' > " > > which keeps a persistent connection. > > Is that how you're connecting to Wing? You see the Bug in lower left > turn Green, I presume; at what point does it switch back to white? > > -jason > > -- > http://groups.google.com/group/python_inside_maya > -- http://groups.google.com/group/python_inside_maya
