ive had this issue with PIL and reportlab so far. the issue is that the install fails with
error: command 'gcc-4.2' failed with exit status 1
i've found a fix, in this document paikialog
question is,
why does the ARCHFLAGS="-arch i386 -arch x86_64" fix the issue? whats it doing? and how can i force that globally so i dont have to use it every time i try to add a module that needs compiling?