Joep van Delft writes:
> ...
> What puzzles me, is the amount of errors for open and stat64.
The high number of errors comes from Python's import logic:
when Python should import a module/package (not yet imported),
it looks into each member on "sys.path" for about 6 different potential
filename
On Tue, 15 Jan 2013 00:50:01 +0100, Joep van Delft wrote:
> Hi there,
>
>
> I am puzzled at how I borked my installation. Python loads slow on my
> machine, and I decided to use strace and /usr/bin/time to see what is
> actually happening.
Before dropping down to such a low level, I suggest you
Hi there,
I am puzzled at how I borked my installation. Python loads slow on my
machine, and I decided to use strace and /usr/bin/time to see what is
actually happening.
# sync && echo 3 > /proc/sys/vm/drop_caches
$ /usr/bin/time python2 -c ""
0.19user 0.04system 0:01.22elapsed 19%CPU (0avgtex