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