[Distutils] Sandbox violation help

Phillip J. Eby pje at telecommunity.com
Fri Dec 7 19:12:08 CET 2007


At 10:53 AM 12/7/2007 -0600, Dave Peterson wrote:
>Does anyone have any tips on how to go about debugging what might be 
>wrong? In particular, is there any way to get an idea of what the 
>particular file being opened actually represents?

set DISTUTILS_DEBUG=yes and run it; the error should give you a 
traceback then, which will tell you more about who's creating the file and why.



More information about the Distutils-SIG mailing list