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
2010-10-25 16:45:39
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
2010-10-26 03:12:00