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.

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to