Re: [Pythonmac-SIG] Installing Mysqldb Module on Python 2.5.1 on Mac OS X 10.5.8

2010-08-02 Thread engelbert gruber
hi, i am new on the mac too, but somehow managed to build mysqldb as far as i remeber, it requires a mysql installation and the new xcode. i did not install Mysqldb but copied it into my project directory (which now bites back: py2app packages it but python only looks in usr/lib/...) did it bu

Re: [Pythonmac-SIG] Installing Mysqldb Module on Python 2.5.1 on Mac OS X 10.5.8

2010-08-02 Thread Muthoni Masinde
Thank you Gruber, Let me try your suggestion out Muthoni On Mon, Aug 2, 2010 at 12:23 PM, engelbert gruber < [email protected]> wrote: > hi, > > i am new on the mac too, but somehow managed to build mysqldb > > as far as i remeber, it requires a mysql installation and the new xcode.

Re: [Pythonmac-SIG] ANN: py2app 0.5

2010-08-02 Thread Russell E. Owen
In article <[email protected]>, Ronald Oussoren wrote: > Hi, > > I've just uploaded py2app 0.5 and new versions of altgraph, modulegraph and > macholib. I hope this solves most issues with py2app. "easy_install-X.Y -U > py2app" should install the software for you

Re: [Pythonmac-SIG] Py2app too complex?

2010-08-02 Thread Matthias Baas
Christopher Barker wrote: > Greg Ewing wrote: >> I've been thinking for a while about creating something >> simpler that doesn't attempt any automatic module discovery >> at all. You would be required to construct a project file >> that explicitly lists all the required modules and libraries, >> in