Re: [Pythonmac-SIG] App distribution with eggs

2009-05-01 Thread Scot Brew
elizapi wrote: > > > What do you mean by "site-packages" I've never had to actually create an > application for distribution before, we've always just run the code, so > this is all new to me, but I need MySQLdb... > > I did the uncompression, but I don't know where to put it I guess, because

Re: [Pythonmac-SIG] App distribution with eggs

2009-05-01 Thread elizapi
Scot Brew wrote: > > Uncompressing the .egg works with py2app and MySQLdb. I had the same > issue and was able to get py2app to correctly build the .app with MySQLdb > after manually unzipping the MySQLdb .egg under site-packages. > What do you mean by "site-packages" I've never had to act

Re: [Pythonmac-SIG] App distribution with eggs

2008-12-01 Thread Scot Brew
Christopher Barker wrote: > > 2) py2app works OK with eggs, as longs as the eggs are not zipped. You > need to install them with: > Uncompressing the .egg works with py2app and MySQLdb. I had the same issue and was able to get py2app to correctly build the .app with MySQLdb after manually u

Re: [Pythonmac-SIG] App distribution with eggs

2008-11-19 Thread Christopher Barker
David Woods wrote: What method do folks recommend for building distributable apps which have dependencies on eggs? 1) we hope that someone will update py2app! Also, the bb-freeze developer is doing some work with trying to merge his stuff with py2app, but who knows when that will be done (he

[Pythonmac-SIG] App distribution with eggs

2008-11-18 Thread David Woods
I'm updating my development tools for an application I've been distributing for a few years now. One of my critical imports, MySQLdb, gets built as an egg under by new system. In the past, I've used BundleBuilder for making my distributable app for the Mac and it's worked admirably. I can't figu