Re: [Pythonmac-SIG] Use Setup.py to install to /usr

2009-04-26 Thread Pascal Schaedeli
Thank you all on and off the list for your help and suggestions. I had tried to understand the meaning of http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard for OS X, and your warnings clarified the difference between /usr and usr/local. Since duplicity is written to run under all Python >

[Pythonmac-SIG] py2app and mysqldb

2009-04-26 Thread Elizabeth Lackey
I am trying to use py2app to create my .app file, it gives me no errors, but I have MySQLdb installed properly, I can get to it from the python command prompt. My program works properly when I run it through Terminal, but obviously, that's not good enough for distribution. When I execute the .app