[Python-Dev] Sharing expat instances (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Wed Dec 14 20:21:27 CET 2005
- Previous message: [Python-Dev] Sharing expat instances
- Next message: [Python-Dev] Sharing expat instances
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] Sharing expat instances
- Next message: [Python-Dev] Sharing expat instances
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]