Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #70803

Re: freeze.py

Date 2014-04-30 19:50 -0700
From Ethan Furman <ethan@stoneleaf.us>
Subject Re: freeze.py
References <5361AD71.7000704@stoneleaf.us> <858uqmi5i9.fsf@benfinney.id.au>
Newsgroups comp.lang.python
Message-ID <mailman.9626.1398915386.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 04/30/2014 07:42 PM, Ben Finney wrote:
> Ethan Furman <ethan@stoneleaf.us> writes:
>
>> I'm running ubuntu 13.04, I have installed python2.7-dev and
>> python2.7-example, but when I try to run freeze.py I get:
>>
>>    Error: needed directory /usr/lib/python2.7/config not found
>
> Where is ‘freeze.py’? Is there documentation provided for the
> installation of that tool?
>
> What exact command do you issue in order to run it?

I think I have that part of it solved:

   make libainstall  # not sure this was necessary, but it (re)copies
                     # the wanted files into /usr/local/ib/python2.7/config

   .../python2.7/Tools/freeze/freeze.py -P /usr/local/  # so freeze looks in the right place

Now I just have to figure out how to get _ctypes included...

--
~Ethan~

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: freeze.py Ethan Furman <ethan@stoneleaf.us> - 2014-04-30 19:50 -0700

csiph-web