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
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