[pypy-dev] problem with build tool

Armin Rigo arigo at tunes.org
Tue Dec 5 20:35:28 CET 2006


Hi,

On Tue, Dec 05, 2006 at 08:29:03PM +0100, Alexandre Fayolle wrote:
> py.error.ENOENT: [No such file or directory]:
> file('/tmp/usession-16/.lock', 'rb')

This .lock file is a symlink whose content is the pid of the process, so
uncareful places (as here) find it with listdir() but crash when opening
it.

Not sure why the build tool tries to zip it all, instead of just the
'testing_1' subdirectory.  Not sure why it didn't crash before, either.


A bientot,

Armin



More information about the Pypy-dev mailing list