[modwsgi] Re: mod_wsgi broke after upgrading to Snow Leopard

2009-08-31 Thread Andrey Fedorov
Did you install XCode from the optional installs directory of the Snow Leopard disk? No, I hadn't realized I needed to reinstall it. Send a directory listing of what is in that directory as well as: /usr/include/apache2 Looks like everything is here after I re-installed XCode:

[modwsgi] Re: mod_wsgi broke after upgrading to Snow Leopard

2009-08-31 Thread Graham Dumpleton
2009/8/31 Andrey Fedorov anfedo...@gmail.com: Did you install XCode from the optional installs directory of the Snow Leopard disk? No, I hadn't realized I needed to reinstall it. I didn't either until I upgraded. :-) Send a directory listing of what is in that directory as well as:

[modwsgi] Re: mod_wsgi broke after upgrading to Snow Leopard

2009-08-30 Thread Graham Dumpleton
Okay, I have looked at the compiled output and you are perhaps using standard Apache tools. Can you use spotlight to find location of 'httpd.h' on Snow Leopard. Doesn't look to be in place it is supposed to be. I wander if Snow Leopard requires special package to be installed to allow code

[modwsgi] Re: mod_wsgi broke after upgrading to Snow Leopard

2009-08-30 Thread Graham Dumpleton
2009/8/31 Graham Dumpleton graham.dumple...@gmail.com: Okay, I have looked at the compiled output and you are perhaps using standard Apache tools. Can you use spotlight to find location of 'httpd.h' on Snow Leopard. Doesn't look to be in place it is supposed to be. I wander if Snow Leopard

[modwsgi] Re: mod_wsgi broke after upgrading to Snow Leopard

2009-08-30 Thread Graham Dumpleton
Did you install XCode from the optional installs directory of the Snow Leopard disk? None of the required header files are installed with the base operating system release. So, if not installed, likely you are using MacPorts gcc, but can't find any installed header files to compile against. I

[modwsgi] Re: mod_wsgi broke after upgrading to Snow Leopard

2009-08-30 Thread Graham Dumpleton
BTW, the command line Python in Snow Leopard is now also 64 bit. $ file /usr/bin/python /usr/bin/python: Mach-O universal binary with 3 architectures /usr/bin/python (for architecture x86_64): Mach-O 64-bit executable x86_64 /usr/bin/python (for architecture i386):Mach-O executable