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 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
running the first step (python setup.py py2app -A) creates the executable
file, but when I try to run I get a lovely popup message that gives an
ImportError
-- 
View this message in context: 
http://www.nabble.com/App-distribution-with-eggs-tp20569084p23249056.html
Sent from the Python - pythonmac-sig mailing list archive at Nabble.com.

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to