Re: [Tutor] distutils archive creation blocked

2009-06-19 Thread spir
Solved -- actually it was an error of mine in a wrapping subprocess.Popen() call. Le Fri, 19 Jun 2009 10:58:02 +0200, spir s'exprima ainsi: > Hello, > > when trying to create an archive with > >python setup.py sdist --formats=gztar,zip > > all works fine (archives are created) except tem

[Tutor] distutils archive creation blocked

2009-06-19 Thread spir
Hello, when trying to create an archive with python setup.py sdist --formats=gztar,zip all works fine (archives are created) except temp dir deletion. Program blocks on removing 'foobar-1.0' (and everything under it) Actually, don't know how to check further for don't where this temp di