[PyQt] Finding the app folder under pyqtdeploy

Florian Bruhin me at the-compiler.org
Tue Aug 5 21:05:51 BST 2014


* Dave Gradwell <davegradwell at yahoo.co.uk> [2014-08-05 20:24:54 +0100]:
> Hi,
> 
> > perhaps a try/except block around "import pyqtdeploy"?]
> That's what works for me.

cx_Freeze (and maybe others?) add a frozen attribute to sys, so you
can do hasattr(sys, 'frozen').

Maybe that should be added to pyqtdeploy as well, if it isn't already?

Florian

-- 
http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
             GPG 0xFD55A072 | http://the-compiler.org/pubkey.asc
         I love long mails! | http://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140805/01c02d60/attachment.sig>


More information about the PyQt mailing list