Re: help removing pyQt dll from dist created with py2exe

2010-09-14 Thread Carlos Grohmann
many thanks Almar. No more pyqt stuff in my dist. cheers carlos On Tue, Sep 14, 2010 at 09:21, Almar Klein wrote: > Hi, > > Have you tried adding "PyQt4", "PyQt4.QtGui" and "PyQt4.QtCore" to your list > of excludes? > (Maybe only "PyQt4.QtGui" is sufficient.) > >   Almar > > > On 14 September

Re: help removing pyQt dll from dist created with py2exe

2010-09-14 Thread Almar Klein
Hi, Have you tried adding "PyQt4", "PyQt4.QtGui" and "PyQt4.QtCore" to your list of excludes? (Maybe only "PyQt4.QtGui" is sufficient.) Almar On 14 September 2010 13:02, Carlos Grohmann wrote: > Hello all, > > i've been trying to build an .exe with py2exe. After many tentatives, > it worked,