tags:

views:

73

answers:

2

Anyone know where freeze.py is installed for 2.6.5? I can't seem to find it anywhere. Did it get pulled out and replaced with something else?

+2  A: 

It's where it's always been, under Tools/ in the source distribution.

Ignacio Vazquez-Abrams
A: 

Are you getting the error: "needed directory /usr/local/lib/python/lib not found"?

You need to configure Freeze before you use it. Run "make libainstall" in your Python build tree.

Kevin Hwang