Freezing python files into executables

2009-11-03 Thread Girish Venkatasubramanian
Hello, I have been using freeze.py on 32 bit linux distributions without a problem. But recently I tried to do the same on RHEL5 x86_64 and ran into some issues. 1) When I ran the script, I got Error: needed directory /usr/lib/python2.4/config not found 2) Then I "yum install python-devel" which

Re: Freezing python files into executables

2009-11-03 Thread Girish Venkatasubramanian
n Tue, 03 Nov 2009 11:15:39 -0800, Girish Venkatasubramanian >> wrote: >> >>> Hello, >>> I have been using freeze.py on 32 bit linux distributions without a >>> problem. But recently I tried to do the same on RHEL5 x86_64 and ran >>> into some issues.

Re: Freezing python files into executables

2009-11-03 Thread Girish Venkatasubramanian
Will try that. Meanwhile I went ahead and used cx_freeze and that seems to work OK. Thanks for your help Rami and Marc-Andre. On Tue, Nov 3, 2009 at 12:31 PM, Rami Chowdhury wrote: > On Tue, 03 Nov 2009 11:57:17 -0800, Girish Venkatasubramanian > wrote: > >> I checked an

Re: Freezing python files into executables

2009-11-03 Thread Girish Venkatasubramanian
this? Thanks. On Tue, Nov 3, 2009 at 11:47 AM, M.-A. Lemburg wrote: > Girish Venkatasubramanian wrote: >> Hey Marc-Andre, >> Ummm - I have installed python-devel.x86_64 and checked that the >> /usr/lib64/python2.4/ is populated - anything else I can/shuld do to >> che

Re: Freezing python files into executables

2009-11-03 Thread Girish Venkatasubramanian
3, 2009 at 11:21 AM, Rami Chowdhury wrote: > On Tue, 03 Nov 2009 11:15:39 -0800, Girish Venkatasubramanian > wrote: > >> Hello, >> I have been using freeze.py on 32 bit linux distributions without a >> problem. But recently I tried to do the same on RHEL5 x86_64