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


Groups > comp.lang.python > #70803 > unrolled thread

Re: freeze.py

Started byEthan Furman <ethan@stoneleaf.us>
First post2014-04-30 19:50 -0700
Last post2014-04-30 19:50 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#70803 — Re: freeze.py

FromEthan Furman <ethan@stoneleaf.us>
Date2014-04-30 19:50 -0700
SubjectRe: freeze.py
Message-ID<mailman.9626.1398915386.18130.python-list@python.org>
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~

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web