Carlos, After some more poking with it, I'm not as annoyed with this as I was in the past. It seems that only the first autocompletion is slow, after that the suggestions are much faster (but not instantaneous as in the IPython console.)
I noticed the issue with pylab and tables. Here is a video of the nuisance issue: https://www.youtube.com/watch?v=pJQ7a03vz5w I don't have networkx, but core stuff like csv have fast autocompletion. Maybe this will be helpful to you. Nelson On Wednesday, January 9, 2013 7:32:02 AM UTC-8, Carlos Córdoba wrote: > > Hi Nelson, > > What library are you using when this happens? Some libraries (e.g. > networkx) are very slow to show completions. > > If this is not the case for you, could you post a code snippet that > clearly shows the problem? > > Cheers, > Carlos > > El 08/01/13 19:26, Nelson Brown escribió: > > I also have this problem. I can't remember when it started, but I've been > avoiding Spyder because of it. > > I did not find a rope.log file after running Spyder with --debug. > > Previously I got Spyder2 with Python(x,y), but recently my laptop was > re-imaged (Windows 7) and this time I'm trying WinPython. (So I'm looking > in C:\WinPython-64bit-2.7.3.2\settings\.spyder2 for the rope.log.) > > Any other suggestions? Spyder freezes (not responding) for several > seconds whenever I type a dot. It makes the editor unusable. > > Thanks, > Nelson > > > On Wednesday, December 5, 2012 8:35:48 PM UTC-8, Carlos Córdoba wrote: >> >> Hi Matt, >> >> Try to start Spyder from a terminal with the --debug option. Then look >> at your .spyder2 folder (in your Users directory) for a file called >> rope.log to see if you can find what is causing the problem you mention. >> >> Cheers, >> Carlos >> >> El 26/11/12 10:32, matt escribió: >> > I have been using Spyder regularly for over a year on Windows with 64 >> > bit python 2.7(on several different machines). Recently after some >> > changes to one of my systems(installing some c++ compilers >> > and modifying my path variable) I am getting really slow code >> > completion in the editor frame of Spyder. Every time I type a period, >> > it takes like 5 seconds to process, kind of like it usually does for >> > the first code completion of the session. As I changed a lot of >> > things about my system, I can't seem to narrow down what actually is >> > impacting this portion of Spyder code. Before I have to dive into the >> > Spyder code, can anyone suggest what might be causing this sort of >> > problem? >> > >> > Thanks, >> > Matt >> > -- >> > You received this message because you are subscribed to the Google >> > Groups "spyder" group. >> > To view this discussion on the web visit >> > https://groups.google.com/d/msg/spyderlib/-/CiL3u4TGZ6wJ. >> > 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/spyderlib?hl=en. >> >> -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/spyderlib/-/rT79q4p76bIJ. > To post to this group, send email to [email protected]<javascript:> > . > To unsubscribe from this group, send email to > [email protected] <javascript:>. > For more options, visit this group at > http://groups.google.com/group/spyderlib?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To view this discussion on the web visit https://groups.google.com/d/msg/spyderlib/-/BwqXoXkOPwkJ. 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/spyderlib?hl=en.
