[PyQt] pyqtdeployed app crashes on launch

Dave Gradwell davegradwell at yahoo.co.uk
Mon Jul 7 16:03:36 BST 2014


Top tip!  Thanks for this and your other message.
I read about this concept on your blog but omitted to reenact it in my environment.  
My mistake.  Thanks for the pointer.

Best,
Dave.



--------------------------------------------
On Mon, 7/7/14, lloyd konneker <bootch at nc.rr.com> wrote:

 Subject: Re: [PyQt] pyqtdeployed app crashes on launch
 To: pyqt at riverbankcomputing.com
 Date: Monday, 7 July, 2014, 11:32
 
 Start your app from a console. 
 I think an error message will print, 
 usually a module that fails to import, often because you
 didn't build a 
 needed extension module into your static Python.
 
  > cd build
  > myApp.app/Contents/MacOS/myApp
 ...failed to import module math..



More information about the PyQt mailing list