Re: python: can't open file 'timeit.py'

2005-01-28 Thread Aggelos I. Orfanakos
OK, the symbolic link solved the "problem". I thought that there was something wrong with my Python configuration; that's why I asked in the first place. Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: python: can't open file 'timeit.py'

2005-01-28 Thread Fredrik Lundh
Aggelos I. Orfanakos wrote: > Under Gentoo Linux, I issue: > > $ python timeit.py > python: can't open file 'timeit.py' > $ ls -al /usr/lib/python2.3/timeit.py > -rw-r--r-- 1 root root 9833 Oct 19 02:17 /usr/lib/python2.3/timeit.py > > But if I specify the

python: can't open file 'timeit.py'

2005-01-28 Thread Aggelos I. Orfanakos
Hello. Under Gentoo Linux, I issue: $ python timeit.py python: can't open file 'timeit.py' $ ls -al /usr/lib/python2.3/timeit.py -rw-r--r-- 1 root root 9833 Oct 19 02:17 /usr/lib/python2.3/timeit.py But if I specify the full path, it works: $ python /usr/lib/python2.3/timeit.p