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