Hi,
Once deployed as .app using py2app, I am not getting all the env vars that are
available to users. A detailed discussion on this
topic is available at here:
https://groups.google.com/forum/#!topic/wxpython-users/8IuO_Q1ZjA8
Considering the last post in that topic, Now all the user env vars ar
Hi,
Mac Leopard 10.5.5 Intel
python 2.6.6
wxpython 2.8.11.0
py2app 0.5.2
My program is working fine in source environment. In source environment
'os.getenv' is working fine. When deploying .app using
py2app 'os.getenv' is returning none. I am also facing problems when executing
external program
Hi,
It's related to my previous post regarding .app bundle size produce by py2app.
When I looked inside the .app bundle,
It gives me some confusion:
1. I have a custom package name "core". There is directory structure inside
filled with scripts. Some of the scripts are compiled
using cython. Th
Hi,
Leopard 10.5.5 Intel
XCode 3.1.4
Python 2.6.6 universal
wxpython 2.8.11.0 universal
After installing py2app using "python setup.py install", I created an .app of
default wxpython's example name "supperdoodle".
The resulting superdoodle.app is around 48.5 MB. Am I missing something in
setup.
Hi,
I am new on Mac platform, have some patience with me.
Leopard Intel 10.5.5
XCode 3.1.4
I am using Mac to port a python application developed on Linux and finally
create a
deployment package. On linux, app is using python 2.6.6 and wxpython 2.8.10.1.
On Mac 10.5.5 default python is 2.5.1