Re: [Pythonmac-SIG] MySQLdb on OS X?

2008-10-30 Thread David Warde-Farley
On 30-Oct-08, at 3:35 PM, Joe Strout wrote: building '_mysql' extension creating build/temp.macosx-10.5-i386-2.5 gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes - DMACOSX -I/usr/include/ffi -DENABLE_DTRA

[Pythonmac-SIG] Making thin app with py2app

2008-10-30 Thread Hubert Hickman
Is there a flag for py2app that allows one to make a thin binary (Intel only)? I am building an app with the Oracle Instant Client, which is Intel only. Thanks! Hubert Hickman [EMAIL PROTECTED] ___ Pythonmac-SIG maillist - Pythonmac-SIG@pytho

[Pythonmac-SIG] MySQLdb on OS X?

2008-10-30 Thread Joe Strout
I'm trying to get a project that uses MySQL going on OS X. Apparently Apple's default installation of Python doesn't include MySQLdb, so I downloaded it from , checked that mysql_config is in my path, and then did a "python setup

Re: [Pythonmac-SIG] py2app error 10810...

2008-10-30 Thread Christopher Barker
Sarah Ring wrote: LSOpenFromURLSpec() failed with error -10810 for the file /Users/***/Documents/epics/Fall08/hello.app Does anyone know what this means and how to resolve it? I haven't seen that, but: Does it do the same thing when you double-click on it? Which version of py2app are you us

[Pythonmac-SIG] py2app error 10810...

2008-10-30 Thread Sarah Ring
Hello, I'm a student, and I'm trying to turn just a simple python file into a .app with py2app. I installed py2app and it makes a .app folder, but it won't open for some reason. when I try "open hello.app" i get this error: LSOpenFromURLSpec() failed with error -10810 for the file /Users/***/Do