Colin J. Williams schrieb:
> The role of Python25.zip is not clear. Is it required in the path just
> to enable the import X.zip capability?
To rephrase Georg's explanation: it allows Python distributors (e.g.
Linux distributors, or ActiveState) to put all of the Python library
(including site.py
Colin J. Williams wrote:
> Dennis Lee Bieber wrote:
>> On Thu, 30 Nov 2006 18:14:11 -0500, "Colin J. Williams"
>> <[EMAIL PROTECTED]> declaimed the following in comp.lang.python:
>>
>>> As part of the Python initialization, C:\Windows\System32\Python25.zip
>>> is set up in the path.
>>>
>>> I hav
Dennis Lee Bieber wrote:
> On Thu, 30 Nov 2006 18:14:11 -0500, "Colin J. Williams"
> <[EMAIL PROTECTED]> declaimed the following in comp.lang.python:
>
>> As part of the Python initialization, C:\Windows\System32\Python25.zip
>> is set up in the path.
>>
>> I haven't seen any documentation on the
Colin J. Williams wrote:
> As part of the Python initialization, C:\Windows\System32\Python25.zip
> is set up in the path.
>
> I haven't seen any documentation on the use or purpose of the zip file.
http://docs.python.org/lib/module-zipimport.html
http://www.python.org/peps/pep-0273.html
--