I have a wxPython app which works on my Mac. I created an app bundle
and this works on my Mac and my friends Mac :)
All good, except that if I give my friend the source code and get him to
create the app, the app is created as semi_standalone, and the app does
not work as some modules cant be fou
Maybe it has something to do with this statement in the py2app website.
If the --semi-standalone option is used (forced if a vendor Python
is being used), then the not_stdlib_filter will be automatically
added to ensure that the Python standard library is not included.
My python is 2