<div dir="ltr"><div>Using osx 10.8.3 I installed Qt5.1.0 beta1 using the binary installer, then built sip 4.14.7 dev snapshot and PyQt5 against Qt5.1.0 beta1</div><div><br></div><div>Using python3 I'm getting the following error when I try to run this simple script:</div>

<div><br></div><div><div>#!/usr/bin/env python</div><div>from PyQt5.QtCore import *</div><div>from PyQt5.QtGui import *</div><div>from PyQt5.QtWebKit import *</div><div>from PyQt5.QtNetwork import *</div><div><br></div><div>

QApplication.instance()</div></div><div><br></div><div><br></div><div><br></div><div>NameError: name 'QApplication' is not defined<br></div><div><br></div><div>Any ideas what i'm missing?</div></div>