[PyQt] Zip/Unzip with PyQt

Florian Bruhin me at the-compiler.org
Wed Apr 9 16:42:29 BST 2014


Hi,

* Charlie Gentil <ceg at redaction-developpez.com> [2014-04-09 17:33:36 +0200]:
> Is it possible to zip/unzip an archive with only PyQt ?

With Python? Yes. With Qt? Not without external libraries from what a
quick search showed me.

> I am trying to create a class for handling file *.ods using a 
> maximum PyQt tool. 
> 
> Currently I use the Python module: zipfile

And where's the problem?

zipfile is in the python standard library, and you use python anyways,
so why don't you want to use Python's zipfile as well? o.O

Florian

-- 
() ascii ribbon campaign - stop html mail    www.asciiribbon.org
/\ www.the-compiler.org  | I love long mails http://email.is-not-s.ms/
Life is an exciting business, and most exciting when it is lived for others. 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140409/920a6e11/attachment.pgp>


More information about the PyQt mailing list