[Python-Dev] Sharing expat instances
Fredrik Lundh
fredrik at pythonware.com
Wed Dec 14 20:21:27 CET 2005
Scott David Daniels wrote:
> > > One good reason for this is that the .pyd's or .so's cannot necessarily
> > > be used from zip files
> >
> > When you say "cannot necessarily", are the situations where they can be
> > imported from zip files? I thought the answer to that was always "no".
>
> I thought so too, but was not sure enough to state it that way.
you could of course add them to the zip file, and automagically extract
them before you start importing things.
</F>
More information about the Python-Dev
mailing list