Creating Self Extracting Zip using Python

Vincent Wehren vwehren at home.nl
Mon Feb 16 13:54:20 EST 2004


"Calvin FONG" <hoi.wai at alumni.ust.hk> schrieb im Newsbeitrag
news:c0qc5j$2g52$1 at news.hgc.com.hk...
| Dear all,
| Are there any utility that can be call by python to create self
| extracting zip file. I'm now using the powerarchiever. But the command
| line options aren't flexible enough. Basically, I would like to create a
| self extracting zip with default file path extraction and force
| over-write. The powerArchiever just don't let me call it unless I'm
| using the GUI.
| Any idea, experience and suggestion are welcome.
| Thank you.
| -Calvin


I use MakeSfx aka FreeExtractor (http://www.disoriented.com/) drive it with
Python. The command line options is flexible (enough), it's free, and it's
open source...

HTH,

Vincent Wehren





More information about the Python-list mailing list