Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #70803 > unrolled thread
| Started by | Ethan Furman <ethan@stoneleaf.us> |
|---|---|
| First post | 2014-04-30 19:50 -0700 |
| Last post | 2014-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.
Re: freeze.py Ethan Furman <ethan@stoneleaf.us> - 2014-04-30 19:50 -0700
| From | Ethan Furman <ethan@stoneleaf.us> |
|---|---|
| Date | 2014-04-30 19:50 -0700 |
| Subject | Re: 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~
Back to top | Article view | comp.lang.python
csiph-web