[Pythonmac-SIG] py2app program unable to find files in lib-dynload

2010-09-10 Thread Chris Weisiger
I have a program that depends on wx, Paramiko (remote server access via SSH) and Crypto (same). Running py2app for this program generates an app (creatively named "processor.app") that errors out on running with this error: ImportError: '/System/Library/Frameworks/Python.framework/Versions/2.5/lib

Re: [Pythonmac-SIG] [py2app] No module named os

2010-09-10 Thread Chris Weisiger
Whelp, this problem is back, with a different program this time. All the fixes I have written down from last time don't work. Fortunately this time I don't have any dependencies on weird homegrown libraries that require hours of fiddling -- just on wx, paramiko, and Crypto. To recap: py2app genera