On 08:44 pm, [EMAIL PROTECTED] wrote:
On Mon, Oct 27, 2008 at 1:30 PM, Nick Coghlan <[EMAIL PROTECTED]> wrote:

If the current system is setting __path__ to a string in frozen
packages, I'd have to wonder how well any existing __path__ manipulation
tools handle frozen packages without special-casing them.

I doubt anyone does. As Thomas asked, do people really even still use
frozen modules?

Well, speaking of vaporware, I know that when Divmod is discussing proprietary Python software with potential clients, Freeze often comes up. We tend to discourage its actual use, but the *possibility* of jamming all the distributed Python modules into a shared library or executable and never loading them directly from the filesystem has been an important selling point of Python in the past.

I do know that a few commercial games have shipped with a big pile of frozen Python inside them; I don't know when the most recent one was.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to