using the zipimporter module from my own C code?
Paul Miller
paul at fxtech.com
Wed Feb 11 14:44:27 EST 2004
More information about the Python-list mailing list
Wed Feb 11 14:44:27 EST 2004
- Previous message (by thread): using the zipimporter module from my own C code?
- Next message (by thread): Print formatted Strings with Umlauts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm starting to use the nifty 2.3 feature where modules can be bundled into .zip files. I'd like to bundle additional (text) data files in the same zip file, and load them in my C code. Since my Python interpreter is embedded, I was wondering if it is possible to get access to the zipimporter module and essentially "load" one of my data files using the zipimporter directly. Has anyone done this, and if so, can you post some sample code on doing this?
- Previous message (by thread): using the zipimporter module from my own C code?
- Next message (by thread): Print formatted Strings with Umlauts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list