[Pythonmac-SIG] py2app and stripped os.environ

2011-03-14 Thread Prashant Saxena
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

[Pythonmac-SIG] py2app os.getenv and path not working

2011-03-10 Thread Prashant Saxena
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

[Pythonmac-SIG] py2app and module finding

2011-02-19 Thread Prashant Saxena
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

[Pythonmac-SIG] py2app -> .app size is too big

2011-02-16 Thread Prashant Saxena
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.

[Pythonmac-SIG] Mac and Python (absolute begineer)

2011-02-09 Thread Prashant Saxena
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