Freezing python files into executables

Girish Venkatasubramanian girishvs at gmail.com
Tue Nov 3 14:25:17 EST 2009


Hi Rami,
Thanks for pointing this out. I did see that point - but apart from
installing python-devel (which has created and populated
/usr/lib64/python2.4/...) I am not sure what I should do - is there
some setting in python where I can ask it to look at lib64 instead of
lib?
Thanks.

On Tue, Nov 3, 2009 at 11:21 AM, Rami Chowdhury
<rami.chowdhury at gmail.com> wrote:
> On Tue, 03 Nov 2009 11:15:39 -0800, Girish Venkatasubramanian
> <girishvs at gmail.com> 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.
>>
>> 1) When I ran the script, I got
>> Error: needed directory /usr/lib/python2.4/config not found
>>
>
> I don't know anything about freeze.py but on 64-bit Red Hat distros (RHEL,
> Fedora, etc) it should be /usr/lib64/python2.4/config :-)
>
>
> --
> Rami Chowdhury
> "Never attribute to malice that which can be attributed to stupidity" --
> Hanlon's Razor
> 408-597-7068 (US) / 07875-841-046 (UK) / 0189-245544 (BD)
>



More information about the Python-list mailing list