There are two things that can cause this delay:

1. If you left too many files open in your last session (typically more than 10/15). Spyder has to parse them all before constructing the main window to build an outline of classes/methods/functions for each of them.

2. If you're starting Spyder for the first time, it will build two lists: one of your installed modules and other of all its submodules, to get faster code completion. Those lists are computed in a thread but depending on your amount of RAM they could slow down Spyder startup. But after the first time the lists are cached and you shouldn't notice any problem.

Cheers,
Carlos

El 07/04/13 12:28, Uwe Fechner escribió:
Hi,

I am testing spyder rc 2.2.

It works very well on Linux, but each first launch after booting on Windows is a little bit slow:

It hangs more than 30 seconds in the start screen, displaying the message
"loading object inspector".

I already disabled the virus scanner, but this did not help.

Any further start takes less than 3 seconds (Core i7, SSD).

Any idea?

Regards:

Uwe Fechner

PS:
I am using WinPython and upgraded to rc using the command:
easy_install -U spyder.



--
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.


Reply via email to