It is strange because the -z switch should disable the compilation of the source
files. Do you really see the output "Compiling source files..." during execution
of install.py?
Please delete the line "sys.excepthook = excepthook" in the install.py script to
get the standard Python behavior.
|