Lines Matching refs:Freeze
7 What is Freeze?
10 Freeze make it possible to ship arbitrary Python programs to people
31 How does Freeze know which modules to include?
34 Previous versions of Freeze used a pretty simple-minded algorithm to
40 This has been remedied: Freeze now uses the regular Python parser to
48 This new version of Freeze also knows about Python's new package
52 to determine which modules are to be imported, while Freeze will do a
55 One tricky issue: Freeze assumes that the Python interpreter and
56 environment you're using to run Freeze is the same one that would be
65 How do I use Freeze?
73 Freeze (in actuality, you'll probably specify an absolute pathname
80 Freeze creates a number of files: frozen.c, config.c and Makefile,
84 filename argument to Freeze was "hello.py", the binary will be called
172 Freeze prints a warning when this is the case at the end of the
186 If you have trouble using Freeze for a large program, it's probably